removed some config that expo should setup for the developer using the template

This commit is contained in:
Josh Guyette 2024-01-09 04:16:32 -06:00
parent 6bad325f21
commit 01fe41975b
1 changed files with 2 additions and 9 deletions

View File

@ -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"
}
}