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