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

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

Task #3573 - Alert

A button has already been added to the <App /> component. You have to modify the click handler. When you click on the button, an Alert should appear without a title....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3574 - Alert with buttons

When you click on the Confirm agreement border, an Alert should appear with the Please confirm title. Alert should show a message - Are you agree? And two buttons - Sure and No, no, no....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3575 - Drawer navigation

Let鈥檚 practice adding Drawer navigation. The App component must be a navigation container with a Drawer navigator. You need to add three screens named Asia, Europe, NorthAmerica - in that order....

August 15, 2020 路 2 min 路 Coderslang Master

Task #3801, Stage #1 - Vocabulary Builder app

We will now jointly develop a full-fledged Vocabulary Builder mobile app. The application will allow you to create your own dictionary of English words. We use React Native, RN Navigation, Redux, redux-thunk, AsyncStorage in the application....

August 15, 2020 路 3 min 路 Coderslang Master