Follow React Native CLI Quickstart
on here.
Note: This project is using yarn
.
- Clone this project with
git clone
- Run
yarn
to install all dependencies - Run
npx pod-install
orcd ios && pod install && cd ..
to install Podfile on iOS - Run react native packager
yarn start
- Connect your Android device or Android emulator.
- Run
yarn android
to start the app
- Run
yarn ios
to start the app