Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage with Expo instructions #630

Merged
merged 8 commits into from
Jun 21, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Guide.Expo.md
  • Loading branch information
peterpme authored Mar 23, 2018
commit 63c83f3784ab7455befc29a743fdd9d4830c3ebd
7 changes: 2 additions & 5 deletions docs/Guide.Expo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 20,8 @@ title: Expo
}
```

- Download the Expo app from [Expo.io/tools](https://expo.io/tools). As of 03/19/18
- [iOS IPA 2.3.0](https://dpq5q02fu5f55.cloudfront.net/Exponent-2.3.0.tar.gz)
- [Android APK 2.3.2](https://d1ahtucjixef4r.cloudfront.net/Exponent-2.3.2.apk)

- Unzip the iOS IPA and **rename the folder** to `Exponent.app` (it'll now be a file and not a folder)
- Download the Expo app from [Expo.io/tools](https://expo.io/tools). (Scroll down to the bottom).
- Unzip the iOS IPA and **rename the folder** to `Exponent.app` (it'll now have a file icon)
- Create `bin` folder in your project and put `Exponent.app` inside so it matches the binaryPath you set above.
- Create an `e2e` and copy over the settings from [the example app](https://github.com/expo/with-detox-tests/tree/master/e2e)

Expand Down