mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 09:21:09 +08:00
feat: use modal presentation style for modals on iOS by default
This commit is contained in:
5
packages/stack/src/utils/ModalPresentationContext.tsx
Normal file
5
packages/stack/src/utils/ModalPresentationContext.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as React from 'react';
|
||||
|
||||
const ModalPresentationContext = React.createContext(false);
|
||||
|
||||
export default ModalPresentationContext;
|
||||
Reference in New Issue
Block a user