- Build the application using React Native.
- Create two screens, init and list.
- The screens must match the wireframes / designs.
- API: https://restcountries.com
- React Native: https://facebook.github.io/react-native/docs/getting-started.html
The “start” button must redirect the user to the next screen, the list.
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.

