xref: /expo/apps/native-component-list/app.json (revision 4c360b75)
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    "androidStatusBar": {
32      "backgroundColor": "#4630eb"
33    },
34    "android": {
35      "package": "host.exp.nclexp",
36      "versionCode": 11,
37      "googleServicesFile": "./google-services.json",
38      "playStoreUrl": "https://play.google.com/store/apps/details?id=host.exp.exponent",
39      "config": {
40        "googleSignIn": {
41          "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk",
42          "certificateHash": "1746BECB2497593B3296903145793BC0BE8C426B"
43        },
44        "googleMaps": {
45          "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk"
46        },
47        "branch": {
48          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
49        },
50        "googleMobileAdsAppId": "ca-app-pub-3940256099942544~3347511713"
51      },
52      "useNextNotificationsApi": true
53    },
54    "ios": {
55      "bundleIdentifier": "host.exp.nclexp",
56      "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8",
57      "userInterfaceStyle": "light",
58      "usesAppleSignIn": true,
59      "config": {
60        "usesNonExemptEncryption": false,
61        "googleSignIn": {
62          "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4"
63        },
64        "branch": {
65          "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO"
66        },
67        "googleMobileAdsAppId": "ca-app-pub-3940256099942544~1458002511"
68      }
69    },
70    "web": {
71      "build": {
72        "babel": {
73          "root": "./",
74          "include": ["test-suite", "native-component-list", "bare-expo"]
75        }
76      }
77    },
78    "assetBundlePatterns": [
79      "assets/**",
80      "node_modules/react-navigation/src/**/*.png",
81      "node_modules/@expo/vector-icons/fonts/*.ttf"
82    ]
83  }
84}
85