This repository is no longer maintained. We recommend that you refer to the following repository instead: https://github.com/yaron1m/expo-detox-typescript-example
Demonstrates integration of the Detox gray box end-to-end testing library with Expo. Uses detox 9.0.6+, detox-expo-helpers and expo-detox-hooks.
- Install dependencies (only follow Step 1 from this guide for now, the rest is already done in this project)
- Run
./setup.sh
. This should grab the latest Expo app and place it insidebin/
- Start the packager:
expo start
(if you don't haveexpo
installed,yarn global add expo
). npm run e2e