react-native-screens
react-native-screens copied to clipboard
feature: add iOS popover support
Example:
<Screen
stackPresentation = 'popover'
popoverSourceViewNativeID = 'push:pink',
popoverSourceRect = {{
x: 10,
y: 10,
width: 44,
height: 44,
}}
popoverPermittedArrowDirections = {['up', 'down']}
preferredContentSize = {{
width: 600,
height: 600,
}}
...
/>
@greedbell Please add video and resolve conflicts
Would be awesome to have this merged.