/react-native-weather-app

Weather app in React Native.

Primary LanguageJavaScript

react-native-weather-app

An example of weather app in React Native.

For more info:

OpenWeather API

react-native-location

Screenshots:

Location text 'Asia/Kuala_Lumpur' displayed above is based on timezone, OpenWeather API response. You can display exact city or state by passing latitude and longitude to Google Maps API with your API key.

Generate debug keystore and place it at /android/app.

Getting started

In project directory:

  1. npm install

  2. cd ios && pod install

  3. cd ..

  4. npx react-native run-ios or npx react-native run-android