From 01fe41975b61705c1db05cebeef6992ce481e371 Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Tue, 9 Jan 2024 04:16:32 -0600 Subject: [PATCH] removed some config that expo should setup for the developer using the template --- app.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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" } }