- Download the Expo app to your mobile phone
- Google Play Store: https://play.google.com/store/apps/details?id=host.exp.exponent
- App Store: https://apps.apple.com/us/app/expo-client/id982107779
- Fork repo (https://github.com/willds40/Magic-8-Ball-Complete)
- Make sure you are using node version 10.15.2
- check version with
node -v
- check version with
- Install Watchman:
brew install watchman
- Install Expo's CLI on your machine:
npm install -g expo-cli
- Open terminal window
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh
nvm install 10.15.2
nvm use 10.15.2
- check version
node -v
- Install:
npm install
- Start:
npm start
- Test:
npm test