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