In this application you can check the weather of different cities.
- Built with React 17
- Environment Variables handling
- Powered by Open Weather Map
git clone https://github.com/francijpg/rn-weather-app.git
- Before running the application (step 2.5), you must first create an .env file and fill it according to the .env.example file and install some dependencies:
- 2.1
cd rn-weather-app
- 2.2
yarn install
- 2.3
cd ios
- 2.4
pod install
- 2.5
npm run ios
- 2.6
npm run android