Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 949 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 949 Bytes

Weather-App-React-Native

Getting Started

1. Install dev dependencies

npm install or yarn install

2. Getting API key

Go to https://www.weatherapi.com . Create an account and get the api key then use that api key in constants/index.js file

Running the App

Runs your app in development mode.

npm start or yarn start

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

To open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run ios or yarn run ios

To open your app on a connected Android device or emulator

npm run android or yarn run android

Requires an installation of Android build tools (see React Native docs for detailed setup).