英文:
How to achieve 3d touch (peek and pop) in react native
问题
如何在我的React Native应用中实现这个功能?
React Navigation默认提供这个功能吗?
以下是一些相关链接:
https://github.com/aksonov/react-native-router-flux/issues/3301
https://github.com/osdnk/peek-and-pop [npm中404]
https://github.com/facebook/react-native/issues/3113
https://github.com/wix/react-native-navigation/pull/2186
英文:
how can I implement this functionality in my react-native app?
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]
答案1
得分: 2
这是ContextMenu,iOS 13中的UIContextMenuInteraction
。
请检查下面的库。
https://github.com/mpiannucci/react-native-context-menu-view
https://www.google.com/search?q=UIContextMenuInteraction
英文:
This is ContextMenu , UIContextMenuInteraction
in iOS 13.
Please check below lib.
https://github.com/mpiannucci/react-native-context-menu-view
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论