Update eas.json for iOS simulator support and add build script to package.json
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"lint": "expo lint"
|
||||
"lint": "expo lint",
|
||||
"build": "expo build:ios && expo build:android"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^14.1.0",
|
||||
|
||||
Reference in New Issue
Block a user