This is react-native base application which fetch weather using open weather api. This application was build or learning purpose. Need Expo to run this app.
- react-native
- expo
Check package.json
for details
- OpenWeather for city search
Clone the repo
git clone https://github.com/mahy209/WeatherApp-React-Native.git
Install Depencencies
yarn
or use npmnpm install
Make sure that you have install expo globally.
npm i -g exp