Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 892 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 892 Bytes

React Native Weather App

A simple cross platform (iOS and Android) React Native weather app. This example was put together for React Native by Example. Get started learning & mastering React Native for free!

Details Screen Search Screen

Installation

  • git clone https://github.com/ReactNativeSchool/react-native-weather.git
  • yarn install/npm install

Running

  • yarn run ios/npm run ios or yarn run android/npm run android

This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!

If you're interested in learning more about React Native be sure to visit React Native School for dozens of React Native tutorials!