Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 633 Bytes

WeatherApp-React-Native

This is react-native base application which fetch weather using open weather api. This application was build or learning purpose. Need Expo to run this app.

Used components

  • react-native
  • expo

Check package.json for details

Used API

Installation

Clone the repo

  • git clone https://github.com/mahy209/WeatherApp-React-Native.git

Install Depencencies

  • yarn or use npm npm install

Make sure that you have install expo globally.

  • npm i -g exp