You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md
+8-20
Original file line number
Diff line number
Diff line change
@@ -6,62 +6,50 @@ sidebar_label: Navigation Solutions and Community Libraries
6
6
7
7
> Libraries listed in this guide may not have been updated to work with the latest version of React Navigation. Please refer to the library's documentation to see which version of React Navigation it supports.
8
8
9
-
# Solutions built on top of React Navigation
9
+
##Solutions built on top of React Navigation
10
10
11
-
## Solito
11
+
###Solito
12
12
13
13
A tiny wrapper around React Navigation and Next.js that lets you share navigation code across platforms. Also, it provides a set of patterns and examples for building cross-platform apps with React Native + Next.js.
A navigation library built on top of React Navigation. It's main goal is to improve DX by building the app layout in one place and using the power of TypeScript to provide route names autocompletion.
[Demo on Snack](https://snack.expo.dev/@kanzitelli/rn-navio-snack)
40
34
41
-
# Community libraries
35
+
##Community libraries
42
36
43
-
## react-native-screens
37
+
###react-native-screens
44
38
45
39
This project aims to expose native navigation container components to React Native and React Navigation can integrate with it since version 2.14.0. Using `react-native-screens` brings several benefits, such as support for the ["reachability feature"](https://www.cnet.com/how-to/how-to-use-reachability-on-iphone-6-6-plus/) on iOS, and improved memory consumption on both platforms.
Helps you to render buttons in the navigation bar and handle the styling so you don't have to. It tries to mimic the appearance of native navbar buttons and attempts to offer a simple interface for you to interact with.
[Demo on expo](https://expo.io/@vonovak/navbar-buttons-demo)
60
50
61
-
## react-navigation-props-mapper
51
+
###react-navigation-props-mapper
62
52
63
53
Provides simple HOCs that map react-navigation props to your screen components directly - ie. instead of `const user = this.props.route.params.activeUser`, you'd write `const user = this.props.activeUser`.
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md
+8-20
Original file line number
Diff line number
Diff line change
@@ -6,62 +6,50 @@ sidebar_label: Navigation Solutions and Community Libraries
6
6
7
7
> Libraries listed in this guide may not have been updated to work with the latest version of React Navigation. Please refer to the library's documentation to see which version of React Navigation it supports.
8
8
9
-
# Solutions built on top of React Navigation
9
+
##Solutions built on top of React Navigation
10
10
11
-
## Solito
11
+
###Solito
12
12
13
13
A tiny wrapper around React Navigation and Next.js that lets you share navigation code across platforms. Also, it provides a set of patterns and examples for building cross-platform apps with React Native + Next.js.
A navigation library built on top of React Navigation. It's main goal is to improve DX by building the app layout in one place and using the power of TypeScript to provide route names autocompletion.
[Demo on Snack](https://snack.expo.dev/@kanzitelli/rn-navio-snack)
40
34
41
-
# Community libraries
35
+
##Community libraries
42
36
43
-
## react-native-screens
37
+
###react-native-screens
44
38
45
39
This project aims to expose native navigation container components to React Native and React Navigation can integrate with it since version 2.14.0. Using `react-native-screens` brings several benefits, such as support for the ["reachability feature"](https://www.cnet.com/how-to/how-to-use-reachability-on-iphone-6-6-plus/) on iOS, and improved memory consumption on both platforms.
Helps you to render buttons in the navigation bar and handle the styling so you don't have to. It tries to mimic the appearance of native navbar buttons and attempts to offer a simple interface for you to interact with.
[Demo on expo](https://expo.io/@vonovak/navbar-buttons-demo)
60
50
61
-
## react-navigation-props-mapper
51
+
###react-navigation-props-mapper
62
52
63
53
Provides simple HOCs that map react-navigation props to your screen components directly - ie. instead of `const user = this.props.route.params.activeUser`, you'd write `const user = this.props.activeUser`.
0 commit comments