xref: /expo/apps/native-component-list/app.json (revision 8ef929c3)
1{
2  "expo": {
3    "name": "Expo APIs",
4    "description":
5      "This demonstrates a bunch of the native components that you can use in React Native core and Expo.",
6    "slug": "native-component-list",
7    "sdkVersion": "UNVERSIONED",
8    "version": "31.0.0",
9    "githubUrl": "https://github.com/expo/native-component-list",
10    "orientation": "portrait",
11    "primaryColor": "#cccccc",
12    "privacy": "public",
13    "icon": "./assets/icons/icon.png",
14    "scheme": "ncl",
15    "notification": {
16      "icon": "./assets/icons/notificationIcon.png",
17      "color": "#000000"
18    },
19    "splash": {
20      "image": "./assets/icons/loadingIcon.png"
21    },
22    "packagerOpts": {
23      "config": "rn-cli.config.js"
24    },
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":
54            "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4"
55        },
56        "branch": {
57          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
58        }
59      }
60    },
61    "assetBundlePatterns": [
62      "assets/**",
63      "node_modules/react-navigation/src/**/*.png",
64      "node_modules/@expo/vector-icons/fonts/*.ttf"
65    ]
66  }
67}
68