Skip to content

Commit 0bd6b00

Browse files
committed
fix(examples/to-do-app): update README with the correct build steps
1 parent b8cb3ae commit 0bd6b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/to-do-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Rename the `.env.example` into `.env` and fill with your values.
3737

3838
```bash
3939
npx expo prebuild # run once
40-
npm start
40+
npm run ios # or android
4141
```
4242

4343
## ✨ Features

0 commit comments

Comments
 (0)