Checkout the project and install it using:
yarn
or
npm install
Run the application with the command:
yarn start
or
npm run start
and presisng 'i' to run the iOS Simulator
Modify the already created application by:
- Creat an IntelViewer page;
- Add the necessary navigation to move to the IntelViewer page and back;
- Adding the functionality to refresh by scrolling up when at the top of the list;
- Add a previously generated intel to the list when refreshing;
- Style the views and the component as per your personal test;
- Clean, maintainable code
- Backed by tests
- Pragmatism - i.e. no over-engineering
We expect the test to be completed in 45 minutes.