This is a simple React Native project in typescript to be delivered as an Interview task.
- Project is implemented in typescript.
- Data fetched from mock API is cached and will be valid till 1 hour. If user taps refresh button the data will be fetched from mock API again and cache gets invalidated.
- Some tests are included to check the main functionalities.
- UI components are implemented manually (no library imported)