react-native-navigation的迁移库

community-libraries.mdx 964B

12345678910111213141516171819
  1. ---
  2. id: community-libraries
  3. title: Community libraries
  4. sidebar_label: Community libraries
  5. ---
  6. React Native Navigation has an active community with a bunch of support libraries.
  7. [React Native Navigation Hooks](https://github.com/underscopeio/react-native-navigation-hooks) :
  8. A set of React hooks for React Native Navigation.
  9. [React Native Navigation Drawer Extension](https://github.com/lukebrandonfarrell/react-native-navigation-drawer-extension) :
  10. Drawer API built on top of React Native Navigation for iOS and Android.
  11. [React Native Navigation Search Bar](https://github.com/lukebrandonfarrell/react-native-navigation-search-bar) :
  12. React Native Elements search bar with collapsible header built for React Native Navigation.
  13. [React Native Navigation Register Screens](https://github.com/karlmarxlopez/react-native-navigation-register-screens) :
  14. Utility function to register array of screens instead of calling `Navigation.registerComponent` multiple times.