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

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

Task #3566, Stage #1 - Tab icons

Let鈥檚 practice replacing the text on the buttons for switching tabs with icons The App component must return a navigation container with a tab navigator. There should two screens in the navigator....

August 15, 2020 路 3 min 路 Coderslang Master

Task #3566, Stage #2 - Tab icons

Now we will hide the text of the buttons. You need to hide it with one property for all screens at once. Next, let鈥檚 add icons for buttons. For icons, use the component components/ TabBarIcon....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3567, Stage #1 - Nesting navigators

Let鈥檚 practice nesting navigators The App component must return a navigation container with a stacked navigator. This navigator should have two screens. The first one named Home should have a screen / Home component....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3567, Stage #2 - Nesting navigators

From the Home screen, it is necessary to add the transition to the settings. The button has already been added, it remains to write the transition to the CV screen....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3571 - Error modal

A modal has already been added to the<App />component. But its display is somehow wrong. Modal window should be displayed when pressing on Cause error The background of the modal must be transparent....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3572 - Check before close

You need to add a modal window to the<App />component. Let鈥檚 add it right before the button. Clicking this button should open a modal window. Modal window should open full screen with white background....

August 15, 2020 路 1 min 路 Coderslang Master