Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions website/docs/docs/community-libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@ sidebar_label: Community libraries

React Native Navigation has an active community with a bunch of support libraries.

## Utilities

[React Native Navigation Hooks](https://github.com/underscopeio/react-native-navigation-hooks) :
A set of React hooks for React Native Navigation.

[React Native Navigation Register Screens](https://github.com/karlmarxlopez/react-native-navigation-register-screens) :
Utility function to register array of screens instead of calling `Navigation.registerComponent` multiple times.

## Extensions

[React Native Navigation Drawer Extension](https://github.com/lukebrandonfarrell/react-native-navigation-drawer-extension) :
Drawer API built on top of React Native Navigation for iOS and Android.

[React Native Navigation Search Bar](https://github.com/lukebrandonfarrell/react-native-navigation-search-bar) :
React Native Elements search bar with collapsible header built for React Native Navigation.

[React Native Navigation Register Screens](https://github.com/karlmarxlopez/react-native-navigation-register-screens) :
Utility function to register array of screens instead of calling `Navigation.registerComponent` multiple times.
[React Native Navigation Bottom Sheet Extension](https://github.com/CursedWizard/react-native-navigation-bottom-sheet) :
A performant customizable bottom sheet component built on top of React Native Navigation.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@ sidebar_label: Community libraries

React Native Navigation has an active community with a bunch of support libraries.

## Utilities

[React Native Navigation Hooks](https://github.com/underscopeio/react-native-navigation-hooks) :
A set of React hooks for React Native Navigation.

[React Native Navigation Register Screens](https://github.com/karlmarxlopez/react-native-navigation-register-screens) :
Utility function to register array of screens instead of calling `Navigation.registerComponent` multiple times.

## Extensions

[React Native Navigation Drawer Extension](https://github.com/lukebrandonfarrell/react-native-navigation-drawer-extension) :
Drawer API built on top of React Native Navigation for iOS and Android.

[React Native Navigation Search Bar](https://github.com/lukebrandonfarrell/react-native-navigation-search-bar) :
React Native Elements search bar with collapsible header built for React Native Navigation.

[React Native Navigation Register Screens](https://github.com/karlmarxlopez/react-native-navigation-register-screens) :
Utility function to register array of screens instead of calling `Navigation.registerComponent` multiple times.
[React Native Navigation Bottom Sheet Extension](https://github.com/CursedWizard/react-native-navigation-bottom-sheet) :
A performant customizable bottom sheet component built on top of React Native Navigation.