1{ 2 "expo": { 3 "name": "expo-home", 4 "description": "", 5 "owner": "expo-home-dev", 6 "slug": "home", 7 "privacy": "unlisted", 8 "sdkVersion": "49.0.0", 9 "version": "49.0.0", 10 "orientation": "portrait", 11 "platforms": [ 12 "ios", 13 "android" 14 ], 15 "primaryColor": "#cccccc", 16 "icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png", 17 "updates": { 18 "checkAutomatically": "NEVER", 19 "fallbackToCacheTimeout": 0, 20 "url": "https://u.expo.dev/e3ec11de-308d-48c3-9f4c-c07d90733495" 21 }, 22 "userInterfaceStyle": "automatic", 23 "ios": { 24 "supportsTablet": true, 25 "bundleIdentifier": "host.exp.exponent" 26 }, 27 "android": { 28 "package": "host.exp.exponent" 29 }, 30 "androidStatusBar": { 31 "barStyle": "dark-content" 32 }, 33 "scheme": "exp", 34 "jsEngine": "hermes", 35 "extra": { 36 "eas": { 37 "projectId": "e3ec11de-308d-48c3-9f4c-c07d90733495" 38 } 39 }, 40 "runtimeVersion": { 41 "policy": "sdkVersion" 42 } 43 } 44} 45