From f751932262cb33cff410cbfe753013066061edec Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sun, 10 Mar 2024 00:01:57 -0500 Subject: [PATCH] mobile: update README --- mobile/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mobile/README.md b/mobile/README.md index 4aa2763f..2d4f26e2 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -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