Challenge: Database Management

Complete this hands-on exercise to test your knowledge of database management in React Native.

We'll cover the following...

This challenge will test your knowledge of database management in React Native. You’ll use these concepts to create a minimalistic user interface.

Task

You are provided a React Native application with these screens:

  • Home page

  • Login page

  • Register page

  • Profile page

You have to add these functionalities to the user interface:

  • Clicking the “Sign in” button on the Login page should redirect the user to the Profile page. The user should only be redirected ...