Skip to content

Instantly share code, notes, and snippets.

@jesseruder
Last active April 3, 2018 17:23
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jesseruder/a627c0dc0427f074d1aecba997c349ef to your computer and use it in GitHub Desktop.
Save jesseruder/a627c0dc0427f074d1aecba997c349ef to your computer and use it in GitHub Desktop.
Download Exponent starter projects/app builds manually
Starter apps:
Download http://expo.io/--/api/v2/versions/download-template/tabs or http://expo.io/--/api/v2/versions/download-template/blank
Extract and open in XDE
iOS Simulator build:
Download http://expo.io/--/api/v2/versions/download-ios-simulator-build
Extract to .app
Open simulator
`xcrun simctl install booted [PATH TO .app]`
Android build:
http://expo.io/--/api/v2/versions/download-android-apk
Attach android device or open emulator
`adb install [PATH TO .apk]`
@codezyc
Copy link

codezyc commented Sep 21, 2017

Goodd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment