diff --git a/app.json b/app.json index 00f0af0..c25738a 100644 --- a/app.json +++ b/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" } }