Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 349 Bytes

React Native Weather Sample App

This is a sample application to go along with the blog post found here

How to run this app

To run the app, simply clone the repo, edit App.js line 4 to your own API key and run the following commands:

npm install
npm run ios

and it should pop up in the ios Simulator.