feat: use modal presentation style for modals on iOS by default

This commit is contained in:
Satyajit Sahoo
2020-11-12 01:39:42 +01:00
parent 0c55803b32
commit 8a63f193bf
8 changed files with 56 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
import * as React from 'react';
const ModalPresentationContext = React.createContext(false);
export default ModalPresentationContext;