1

how can I implement this functionality in my react-native app?

enter image description here

Is react-navigation provide this by default?

here are some related links:

https://github.com/aksonov/react-native-router-flux/issues/3301

https://github.com/osdnk/peek-and-pop [404 in npm]

https://github.com/facebook/react-native/issues/3113

https://github.com/wix/react-native-navigation/pull/2186

Mitesh K
  • 694
  • 1
  • 11
  • 24

1 Answers1

2

This is ContextMenu , UIContextMenuInteraction in iOS 13.

Please check below lib.

https://github.com/mpiannucci/react-native-context-menu-view

https://www.google.com/search?q=UIContextMenuInteraction

Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121