xref: /expo/home/app.json (revision dfd15ebd)
1{
2  "expo": {
3    "name": "expo-home",
4    "description": "",
5    "slug": "home",
6    "privacy": "unlisted",
7    "sdkVersion": "47.0.0",
8    "version": "47.0.0",
9    "orientation": "portrait",
10    "platforms": [
11      "ios",
12      "android"
13    ],
14    "primaryColor": "#cccccc",
15    "icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
16    "updates": {
17      "checkAutomatically": "ON_LOAD",
18      "fallbackToCacheTimeout": 0
19    },
20    "userInterfaceStyle": "automatic",
21    "ios": {
22      "supportsTablet": true,
23      "bundleIdentifier": "host.exp.exponent",
24      "publishBundlePath": "../ios/Exponent/Supporting/kernel.ios.bundle"
25    },
26    "android": {
27      "package": "host.exp.exponent",
28      "publishBundlePath": "../android/app/src/main/assets/kernel.android.bundle"
29    },
30    "androidStatusBar": {
31      "barStyle": "dark-content"
32    },
33    "scheme": "exp",
34    "extra": {
35      "amplitudeApiKey": "081e5ec53f869b440b225d5e40ec73f9"
36    },
37    "isKernel": true,
38    "kernel": {
39      "iosManifestPath": "../ios/Exponent/Supporting/kernel-manifest.json",
40      "androidManifestPath": "../android/app/src/main/assets/kernel-manifest.json"
41    }
42  }
43}
44