react-native-screens icon indicating copy to clipboard operation
react-native-screens copied to clipboard

feature: add iOS popover support

Open greedbell opened this issue 6 years ago • 2 comments

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 avatar Sep 19 '19 09:09 greedbell

@greedbell Please add video and resolve conflicts

osdnk avatar Oct 09 '19 07:10 osdnk

Would be awesome to have this merged.

marcosrdz avatar Oct 22 '21 05:10 marcosrdz