This template is currently out of date! If you'd like to maintain it, reach out to brent@expo.io
Demonstrates integration of the Detox gray box end-to-end testing library with Expo. Uses detox-expo-helpers.
- Install dependencies (only follow Step 1 from this guide for now, the rest is already done in this project)
- Download the latest Expo app from here: https://expo.io/tools and place it inside
bin/
- Start the packager:
exp start
(if you don't haveexp
installed,yarn global add exp
). npm run e2e