Tuesday, December 31, 2019

React Native : Navigation



React Navigation’s StackNavigator provides us a way for our app to transition between screens and manage navigation history. If our app uses only one StackNavigator, then it is conceptually similar to how a web browser handles navigation state. The critical difference between how this works in a web browser and React Navigation is that React Navigation’s  StackNavigator provides the gestures and animations that you would expect on Android and iOS when navigating between routes in the stack.




Reference:
https://appdividend.com/2018/03/20/react-native-navigation-example-tutorial/

No comments:

Post a Comment