In this project, we'll have a simple weather app in which we can look 6 days weather by 3 hours.
- add to key.json in ./src/util/constants/
{ "OPENWEATHERMAP_API": "Here your personal key from openweathermap.org" }
- execute your android emulator.
- issue 'yarn install && npm run android'.
- and finally enjoy it.