- Download Nodevember on the Apple App Store
- Download Nodevember on Google Play
- Open November with the Expo client
yarn global add exp
- Clone this repo, cd into it, run
yarn
exp start
- Scan the QR code from your phone. Alternatively, in another terminal window run
exp ios
and/orexp android
to open in simulator.
First, sign in nodevember
Expo account.
- Android:
exp publish --release-channel android
- iOS:
exp publish --release-channel ios
- Expo client:
exp publish
First, sign in to the nodevember
Expo account.
- Android:
exp build:android --release-channel android
- iOS:
exp build:android --release-channel ios