0 votes
in ReactJS by
Navigation in React native

1 Answer

0 votes
by
A standalone library that provides complete native platform navigation.Navigator provides a JavaScript implementation of a navigation stack, and is easy to customize.

React Navigation has three types of navigations, StackNavigator, TabNavigator and DrawerNavigator.

Related questions

0 votes
asked May 29, 2020 in ReactJS by anonymous
0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
...