xref: /expo/apps/native-component-list/app.json (revision 3a818de0)
1{
2  "expo": {
3    "name": "Expo APIs",
4    "description": "This demonstrates a bunch of the native components that you can use in React Native core and Expo.",
5    "slug": "native-component-list",
6    "sdkVersion": "UNVERSIONED",
7    "version": "UNVERSIONED",
8    "githubUrl": "https://github.com/expo/native-component-list",
9    "orientation": "portrait",
10    "primaryColor": "#cccccc",
11    "privacy": "public",
12    "icon": "./assets/icons/icon.png",
13    "scheme": "ncl",
14    "notification": {
15      "icon": "./assets/icons/notificationIcon.png",
16      "color": "#000000"
17    },
18    "splash": {
19      "image": "./assets/icons/loadingIcon.png"
20    },
21    "packagerOpts": {
22      "config": "metro.config.js"
23    },
24    "platforms": ["android", "ios", "web"],
25    "facebookScheme": "fb1201211719949057",
26    "facebookAppId": "1201211719949057",
27    "facebookDisplayName": "Expo APIs",
28    "androidShowExponentNotificationInShellApp": true,
29    "android": {
30      "package": "host.exp.nclexp",
31      "versionCode": 11,
32      "googleServicesFile": "./google-services.json",
33      "playStoreUrl": "https://play.google.com/store/apps/details?id=host.exp.exponent",
34      "config": {
35        "googleSignIn": {
36          "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk",
37          "certificateHash": "1746BECB2497593B3296903145793BC0BE8C426B"
38        },
39        "googleMaps": {
40          "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk"
41        },
42        "branch": {
43          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
44        }
45      }
46    },
47    "ios": {
48      "bundleIdentifier": "host.exp.nclexp",
49      "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8",
50      "config": {
51        "usesNonExemptEncryption": false,
52        "googleSignIn": {
53          "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4"
54        },
55        "branch": {
56          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
57        }
58      }
59    },
60    "web": {
61      "productionPath": "web-build"
62    },
63    "assetBundlePatterns": [
64      "assets/**",
65      "node_modules/react-navigation/src/**/*.png",
66      "node_modules/@expo/vector-icons/fonts/*.ttf"
67    ]
68  }
69}
70