yaron1m / expo-detox-typescript-example

Sample Expo app with e2e tests using detox, jest and typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-detox-typescript-example

Sample React-Native application with e2e tests using:

Demo

Installation instructions

  1. Follow Step 1 (install dependencies) from detox Getting Started guide
  2. Download Expo iOS client by running npm run dl_expo_bins
  3. Install the project dependencies by running npm install.
  4. Start the application by running npm start.
  5. In another terminal, run npm run e2e to run the tests.

FAQ

Can I use a newer version of detox?

For some reason, expo and detox are not working well together with detox version newer than 12.3.0.

There is an open issue here

How can I help?

Starring this project would help others find it and set up detox with Expo easier.

About

Sample Expo app with e2e tests using detox, jest and typescript

License:MIT License


Languages

Language:TypeScript 78.8%Language:Shell 18.3%Language:JavaScript 2.9%