Skip to content

Commit

Permalink
mobile: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Mar 10, 2024
1 parent ee08d0a commit f751932
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ brew tap wix/brew
brew install applesimutils
```

For iOS simulator (debug build):
Before running the tests, you should run an Expo `prebuild` so that the native source code is generated:

```
npx expo prebuild
```

For running in the iOS simulator (debug build):

```
detox build --configuration ios.sim.debug
Expand Down

0 comments on commit f751932

Please sign in to comment.