-
Notifications
You must be signed in to change notification settings - Fork 15
New Architecture and Expo 53 upgrade #1086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,7 +66,7 @@ export const MediaViewerModal: React.FunctionComponent<MediaViewerModalProps> = | |
| ); | ||
|
|
||
| return ( | ||
| <Modal visible={visible} onRequestClose={onClose} animationType="fade"> | ||
| <Modal visible={visible} onRequestClose={onClose} animationType="fade" presentationStyle="overFullScreen"> | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| <View flex={1} style={{backgroundColor: colorLookup('modal.background')}}> | ||
| <MediaViewerModalHeader index={currentItemIndex} mediaCount={mediaItems.length} onClose={onClose} /> | ||
| <GestureHandlerRootView> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will admit this is not something I tested since sharing was not on yet - if we turn sharing on we should make sure this doesnt actually break anything