Simple weather app on React Native.
- Latest version of Node.js
- Clone this repository and execute
npm install
to download the dependencies. - Execute
npm start
to run a local debug server for development. - Run
react-native run-android
orreact-native run-ios
for develop build to connected device or emulator.