React Native implement OpenWeatherAPI and React Native Weather Icons.
In order to used the weather service, you need to obtain an API key from https://api.openweathermap.org
Configuring the config.js file by replacing <API_KEY> with API key.
git
yarn install
expo start
coded, an success excute should have the following view:
Now go ahead and customized the icon youself, and Happy coding.