xref: /expo/apps/native-component-list/app.json (revision 17293a6f)
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": "default",
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      "iosDisplayInForeground": true,
18      "serviceWorkerPath": "/expo-service-worker.js",
19      "vapidPublicKey": "BNHvR05XkY5LH9GdN0GreLx2wZnK9IwNJGVmo3jujIkFni4of26E3U3fnt9nUrZfM7h0omdIHKM0eshkzTSFOWQ"
20    },
21    "splash": {
22      "image": "./assets/icons/loadingIcon.png"
23    },
24    "developmentClient": {
25      "silentLaunch": true
26    },
27    "platforms": ["android", "ios", "web"],
28    "facebookScheme": "fb629712900716487",
29    "facebookAppId": "629712900716487",
30    "facebookDisplayName": "Expo APIs",
31    "facebookAutoLogAppEventsEnabled": true,
32    "facebookAdvertiserIDCollectionEnabled": true,
33    "androidStatusBar": {
34      "backgroundColor": "#4630eb"
35    },
36    "android": {
37      "package": "host.exp.nclexp",
38      "versionCode": 11,
39      "googleServicesFile": "./google-services.json",
40      "playStoreUrl": "https://play.google.com/store/apps/details?id=host.exp.exponent",
41      "config": {
42        "googleSignIn": {
43          "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk",
44          "certificateHash": "1746BECB2497593B3296903145793BC0BE8C426B"
45        },
46        "googleMaps": {
47          "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk"
48        },
49        "branch": {
50          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
51        },
52        "googleMobileAdsAppId": "ca-app-pub-3940256099942544~3347511713"
53      },
54      "useNextNotificationsApi": true
55    },
56    "ios": {
57      "bundleIdentifier": "host.exp.nclexp",
58      "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8",
59      "userInterfaceStyle": "light",
60      "usesAppleSignIn": true,
61      "googleServicesFile": "./GoogleService-Info.plist",
62      "config": {
63        "usesNonExemptEncryption": false,
64        "googleSignIn": {
65          "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4"
66        },
67        "branch": {
68          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
69        },
70        "googleMobileAdsAppId": "ca-app-pub-3940256099942544~1458002511"
71      }
72    },
73    "web": {
74      "build": {
75        "babel": {
76          "root": "./",
77          "include": ["test-suite", "native-component-list", "bare-expo"]
78        }
79      }
80    },
81    "assetBundlePatterns": [
82      "assets/**",
83      "node_modules/react-navigation/src/**/*.png",
84      "node_modules/@expo/vector-icons/fonts/*.ttf"
85    ]
86  }
87}
88