Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 845 Bytes

File metadata and controls

22 lines (16 loc) · 845 Bytes

react-native-exercise

Build a mobile app based on the following requirements:

  1. Build the application using React Native.
  2. Create two screens, init and list.
  3. The screens must match the wireframes / designs.

Resources:

Init screen:

The “start” button must redirect the user to the next screen, the list.

alt text

List screen:

Load the resources by getting the list with all the countries of the European Union from https://restcountries.eu . Use the endpoint that you think works best for the purpose of the exercise.

alt text