In this tutorial, we will explore navigation support for our React Native application using React Navigation, providing mobile app like navigation among the views. At the end of this tutorial, you will be able to:
1.5.1 Dataflow
1.5.2 How to
1.Install react-navigation/stack (tested on v6.2.2). $ expo install @react-navigation/stack
2. Update 'components/MainComponent.js' file.
3. Update 'components/MenuComponent.js' file.
4. Update 'components/DishdetailComponent.js' file.
1.5.3 Screenshots