react-native-navigation 中抽屉需要推荐

Recommendation needed for drawer in react-native-navigation

第一次尝试react-native项目,react-native-navigation有drawer inbuild吗?如果是这样请分享文档 link 好吗?对使用 react-navigation 或 react-native-navigation 感到困惑。 我的要求是关于导航、抽屉、屏幕的标签。 注意:我需要一个本地导航来吸引用户。

我使用了 react-native-router-flux,它没有太多文档,但对所有解决方法都有很好的答案。现在也没有维护。所以确实 select 一个新的。

关于你的第一个问题,我应该说我一直使用 react-Navigation,而且我喜欢它。为了突出我的原因之一,我应该说 "Being a JS-based navigator allows React Navigation to integrate smoothly with any of the third-party libraries, while RNN may suffer from libraries that are tightly coupled with native platforms or need to be wrapped around the whole app." 你可以检查这个 link:

https://blog.logrocket.com/react-navigation-vs-react-native-navigation-which-is-right-for-you-3d47c1cd1d63/

对于抽屉,我强烈推荐这个,因为它给了你任何你想要的选项,而且它在 iOS 和 android 上对我来说都很完美,而其他人总是制造麻烦对我来说,在上述平台之一。

https://github.com/GeekyAnts/NativeBase-KitchenSink

此外,如果您想要其他具有良好性能的元素和工具,请检查此 link:

https://react-native-training.github.io/react-native-elements/docs/overview.html

希望能帮到你。