{ "expo": { "name": "react-native-game-engine-expo-typescript-template", "slug": "react-native-game-engine-expo-typescript-template", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.nightness.reactnativegameengineexpotypescripttemplate" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" } }, "web": { "favicon": "./assets/favicon.png" }, "jsEngine": "jsc", "extra": { "eas": { "projectId": "bb283987-7da9-4a8e-b730-4aebcd816864" } } } }