Challenge: Navigation
Explore React Native navigation by creating a mobile app with Home, Login, Register, and Profile pages using stack-based navigation. Learn to implement redirection on user actions and manage screen transitions efficiently.
We'll cover the following...
We'll cover the following...
This challenge will test your knowledge of navigation in React Native. You’ll use these concepts to create a minimalistic user interface.
Task
Build a React Native application with the following pages:
-
Home
-
Login
-
Register
-
Profile
The user interface should also have these functionalities:
-
Clicking the “Login” button on the Home page should redirect the user to the ...