ReactNativeWeather
A weather app developed in React Native. It is the React Native version of SwiftWeather
How to run the app
Install react-native
If you don't have react-native-cli installed, please get it installed by following the instructions in Get started with react-native
Screenshots
Clone this repo and install its dependencies
git clone https://github.com/JakeLin/ReactNativeWeather.git
cd ReactNativeWeather
npm installStart the app
For iOS, run
react-native run-iosFor Android, run
react-native run-androidDevelopment
Lint the code
npm run lintYou can also install the following plugins in your editor/IDE:
