Let鈥檚 practice turning on navigation.
The App component must return a navigation container with a stacked navigator.
There should only be one screen in the stack named Home.
The display of this screen must be the Home component to be imported from screen/Home....
The App component must return a navigation container with a stacked navigator.
There should be two screens in the stack - the first named Components, and the second named APIs....
Let鈥檚 practice adding transitions between screens
The App component must return a navigation container with a stacked navigator.
There should be two screens in the stack - the first named Frontend, and the second named Backend....
Now let鈥檚 add transitions between screens.
From the Frontend screen we should go to the Backend screen when clicking on the Check BE stack button
From the Backend screen we should go to the Frontend screen when clicking on the Check FE stack button...
Let鈥檚 practice with nesting navigation and transitions between screens
The App component should only return a navigation container with a stacked navigator.
There should be three screens in the stack - the first with the name Product, the second with the name Comments, the third with the name Analogues....
Let鈥檚 work on the navigation buttons of the Product screen.
Pressing the first button should take the user to the Comments screen.
Pressing the second button should take the user to the Analogues screen....
Let鈥檚 work on the Analogues screen navigation buttons.
Pressing the first button should take the user to the previous screen.
Use the goBack method for this.
Pressing the second button should take the user to the Comments screen....
Let鈥檚 work on the navigation buttons of the Comments screen.
Pressing the first button should take the user to the previous screen.
Use the goBack method for this.
Pressing the second button should take the user to the initial stack screen....
This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you鈥檝e already solved the task...
Let鈥檚 practice passing parameters when changing screens.
The App component should only return a navigation container with a stacked navigator.
There should be two screens in the stack - the first with the name Games, the second with the name Details....