Skip to content

Commit

Permalink
docs: updated community libraries. (wix#7245)
Browse files Browse the repository at this point in the history
Couldn't find a ready-to-use solution for a bottom sheet component that would work seamlessly with react-native-navigation, so decided to write my own - [React Native Navigation Bottom Sheet Extension](https://github.com/CursedWizard/react-native-navigation-bottom-sheet). Added it to community libraries in docs.

Also made the list of packages a little bit more organized.

Co-authored-by: Yogev Ben David <yogev132@gmail.com>
  • Loading branch information
CursedWizard and yogevbd authored Sep 5, 2021
1 parent ba722f8 commit 8b4d033
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
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.

0 comments on commit 8b4d033

Please sign in to comment.