Add web command in basic example

This commit is contained in:
Zoe Roux 2024-07-09 12:39:02 +07:00
parent 3dabf5f16f
commit 9d19157654
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"web": "expo run:web", "web": "expo start --web",
"android": "expo run:android", "android": "expo run:android",
"ios": "expo run:ios", "ios": "expo run:ios",
"windows": "react-native run-windows", "windows": "react-native run-windows",