-
Notifications
You must be signed in to change notification settings - Fork 6
Navigation Structure
Xihai Luo edited this page Mar 18, 2023
·
2 revisions
https://reactnavigation.org/docs/4.x/getting-started
In Summary, we use the following functions from the react navigation library:
Stack Navigator -> Classic back and forth between different nested screens
Bottom Tab Navigator -> Shows a tab bar at the bottom with buttons to navigate between screens
Switch Navigator -> Abrupt, 100% cuts between different screens
Drawer Navigator -> Shows a fly-out menu from one side of the device