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

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

Task #3555, Stage #2 - React Navigation

Clicking on any TouchableOpacity element on the GamesList screen should jump to Details. During the transition, the entire object describing the game (item) must be passed to the Details screen....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3561 - Header control

A navigator with two screens has already been added to the <App /> component. But on the first screen, we don鈥檛 need a header at all - let鈥檚 hide it....

August 15, 2020 路 3 min 路 Coderslang Master

Task #3562 - Dynamic header

A navigator with two screens has already been added to the <App /> component. But on the first screen, we don鈥檛 need a header at all - let鈥檚 hide it....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3565 - Tab navigation connection

Let鈥檚 practice turning on tab navigation. The App component must return a navigation container with a tab navigator. There should two screens in the navigator. First screen should be named USA, second - Canada....

August 15, 2020 路 3 min 路 Coderslang Master