removed some config that expo should setup for the developer using the template
This commit is contained in:
parent
6bad325f21
commit
01fe41975b
11
app.json
11
app.json
|
@ -14,9 +14,7 @@
|
|||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.nightness.reactnativegameengineexpotypescripttemplate"
|
||||
|
@ -30,11 +28,6 @@
|
|||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
},
|
||||
"jsEngine": "jsc",
|
||||
"extra": {
|
||||
"eas": {
|
||||
"projectId": "bb283987-7da9-4a8e-b730-4aebcd816864"
|
||||
}
|
||||
}
|
||||
"jsEngine": "jsc"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue