馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

Task #3551 - Navigation connection

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3552 - Initial screen

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....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3553, Stage #1 - Screens transitions

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....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3553, Stage #2 - Screens transitions

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...

August 15, 2020 路 1 min 路 Coderslang Master

Task #3554, Stage #1 - Back navigation

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....

August 15, 2020 路 3 min 路 Coderslang Master

Task #3554, Stage #2 - Back navigation

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3554, Stage #3 - Back navigation

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3554, Stage #4 - Back navigation

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3555 - React Navigation

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...

August 15, 2020 路 2 min 路 Coderslang Master

Task #3555, Stage #1 - React Navigation

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....

August 15, 2020 路 2 min 路 Coderslang Master