- Clone and install packages
git clone git@github.com:dangerousbeans/TheGame.git
cd TheGame
npm install
- Run on iOS
- Opt #1:
- Run
npm start
in your terminal - Scan the QR code in your Expo app
- Run
- Opt #2:
- Run
npm run ios
in your terminal
- Run
- Opt #1:
- Run on Android
- Opt #1:
- Run
npm start
in your terminal - Scan the QR code in your Expo app
- Run
- Opt #2:
- Make sure you have an
Android emulator
installed and running - Run
npm run android
in your terminal
- Make sure you have an
- Opt #1: