- Install latest version of of NPM
nvm install node && nvm alias default stable
- Install Expo
npm install -g expo-cli
- Init the expo
expo init
- Create an account and log into the cli. If you did it online then use:
expo login
or complete the entire process via cli:expo register
. I used the online method. - Run the expo server
expo start --tunnel
(tunnel may or may not be needed) - Download the expo app to your device.
- Via "Profile" tab, sign in to your expo account.
Last active
October 30, 2018 03:13
-
-
Save MyklClason/fddd7c66d6052a9939589f51bc1e17a9 to your computer and use it in GitHub Desktop.
EXPO APP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nvm install node && nvm alias default stable | |
npm install -g expo-cli | |
expo init | |
expo login | |
expo start --tunnel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment