iosreact-nativereact-navigationpeek-pop

How to achieve 3d touch (peek and pop) in react native


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


Solution

  • 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