Skip to content

Commit 64c622f

Browse files
authored
fix: use yarn instead of npx to avoid metro-cache missing
1 parent 9177f07 commit 64c622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ npx pod-install ## (or) cd ios && pod install
3939
5. Run the app
4040

4141
```bash
42-
npx expo run:ios
42+
yarn ios
4343
# or
44-
npx expo run:android
44+
yarn android
4545
```
4646

4747
## How to setup in a fresh project

0 commit comments

Comments
 (0)