Skip to content

This is a simple example of a mobile weather app. Developed with React Native.

Notifications You must be signed in to change notification settings

francijpg/rn-weather-app

Repository files navigation

Weather App

In this application you can check the weather of different cities.

DEMO DEMO DEMO

Features

  • Built with React 17
  • Environment Variables handling
  • Powered by Open Weather Map

Installation

  1. git clone https://github.com/francijpg/rn-weather-app.git
  2. 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