A 7x7 color grid app
Sample React-Native application with e2e tests using:
- Expo SDK v33
- detox 12.3.0
- detox-expo-helpers
- expo-detox-hooks
- jest
- typescript
- Follow Step 1 (install dependencies) from detox Getting Started guide
- Download Expo iOS client by running
npm run dl_expo_bins
- Install the project dependencies by running
npm install
. - Start the application by running
npm start
. - In another terminal, run
npm test
to run the tests.