This is A Simple React Native Weather App In React Native
Clone This Repo
Run npm install
TODO
Run The App
Go To https://openweathermap.org/api To Get An API KEY
Replace This Line ( App.js - Line : 42 )
fetch('https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=***********************')
fetch('http://api.openweathermap.org/data/2.5/weather?q='+this.state.city+'&appid=***')
[OpneWeatherMap API KEY]