/weather

A react native app to show the actual weather to the specified location

Primary LanguageObjective-C

Weather

A react native app to show the actual weather to the specified location

Motivation

This app was taken from Build Apps with React Native course from [Udemy] [https://www.udemy.com/courses/]

Technologies

  • React Native
  • ES2015

Build

Inside of the project root directory

# Build the app to an android device
react-native run-android

Live Reload

Inside of the project root directory

# Keep this packager running while developing on any JS projects.
npm start