From 01635bd2c4bc3c36801c1c7cff579750cbd19e2f Mon Sep 17 00:00:00 2001 From: CursedWizard Date: Thu, 2 Sep 2021 15:32:53 +0200 Subject: [PATCH 1/2] docs: updated community libraries. --- website/docs/docs/community-libraries.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/community-libraries.mdx b/website/docs/docs/community-libraries.mdx index 2d9c4787da5..c15df2e1557 100644 --- a/website/docs/docs/community-libraries.mdx +++ b/website/docs/docs/community-libraries.mdx @@ -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. \ No newline at end of file +[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. From 49b11864f8f78825ec3739d040a92fbeb7f81b87 Mon Sep 17 00:00:00 2001 From: CursedWizard Date: Thu, 2 Sep 2021 16:11:02 +0200 Subject: [PATCH 2/2] docs: the same update but in version-7.16.0. --- .../version-7.16.0/docs/community-libraries.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/website/versioned_docs/version-7.16.0/docs/community-libraries.mdx b/website/versioned_docs/version-7.16.0/docs/community-libraries.mdx index 2d9c4787da5..c15df2e1557 100644 --- a/website/versioned_docs/version-7.16.0/docs/community-libraries.mdx +++ b/website/versioned_docs/version-7.16.0/docs/community-libraries.mdx @@ -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. \ No newline at end of file +[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.