Skip to content

Instantly share code, notes, and snippets.

@MyklClason
Last active October 30, 2018 03:13
Show Gist options
  • Save MyklClason/fddd7c66d6052a9939589f51bc1e17a9 to your computer and use it in GitHub Desktop.
Save MyklClason/fddd7c66d6052a9939589f51bc1e17a9 to your computer and use it in GitHub Desktop.
EXPO APP
nvm install node && nvm alias default stable
npm install -g expo-cli
expo init
expo login
expo start --tunnel
  1. Install latest version of of NPM nvm install node && nvm alias default stable
  2. Install Expo npm install -g expo-cli
  3. Init the expo expo init
  4. 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.
  5. Run the expo server expo start --tunnel (tunnel may or may not be needed)
  6. Download the expo app to your device.
  7. Via "Profile" tab, sign in to your expo account.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment