To use this project, follow these steps below:
- Clone the project:
$ git clone https://github.com/hoangdoan267/react-native-weather.git
- Run:
$ yarn
to install all dependencies - For ios, you have to link native modules using Pod
$ cd ios/ && pod install
or$ npx pod-install
Running on iOS
$ npx react-native run-ios
Running on Android
$ npx react-native run-android