{ "expo": { "name": "Expo APIs", "description": "This demonstrates a bunch of the native components that you can use in React Native core and Expo.", "slug": "native-component-list", "owner": "expo", "sdkVersion": "UNVERSIONED", "version": "UNVERSIONED", "githubUrl": "https://github.com/expo/native-component-list", "orientation": "default", "primaryColor": "#cccccc", "privacy": "public", "icon": "./assets/icons/icon.png", "scheme": "ncl", "notification": { "icon": "./assets/icons/notificationIcon.png", "color": "#000000", "iosDisplayInForeground": true }, "splash": { "image": "./assets/icons/loadingIcon.png" }, "developmentClient": { "silentLaunch": true }, "platforms": ["android", "ios", "web"], "runtimeVersion": { "policy": "sdkVersion" }, "updates": { "url": "https://u.expo.dev/2c28de10-a2cd-11e6-b8ce-59d1587e6774" }, "facebookScheme": "fb1696089354000816", "facebookAppId": "1696089354000816", "facebookDisplayName": "Expo APIs", "facebookAutoLogAppEventsEnabled": true, "facebookAdvertiserIDCollectionEnabled": true, "androidStatusBar": { "backgroundColor": "#4630eb" }, "android": { "package": "host.exp.nclexp", "versionCode": 11, "userInterfaceStyle": "automatic", "googleServicesFile": "./google-services.json", "playStoreUrl": "https://play.google.com/store/apps/details?id=host.exp.exponent", "config": { "googleSignIn": { "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk", "certificateHash": "1746BECB2497593B3296903145793BC0BE8C426B" }, "googleMaps": { "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk" }, "branch": { "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" }, "googleMobileAdsAppId": "ca-app-pub-3940256099942544~3347511713" } }, "ios": { "bundleIdentifier": "host.exp.nclexp", "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8", "userInterfaceStyle": "automatic", "usesAppleSignIn": true, "usesIcloudStorage": true, "googleServicesFile": "./GoogleService-Info.plist", "config": { "usesNonExemptEncryption": false, "googleSignIn": { "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4" }, "branch": { "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" }, "googleMobileAdsAppId": "ca-app-pub-3940256099942544~1458002511" } }, "web": { "build": { "babel": { "root": "./", "include": ["test-suite", "native-component-list", "bare-expo"] } } }, "assetBundlePatterns": [ "assets/**", "node_modules/react-navigation/src/**/*.png", "node_modules/@expo/vector-icons/fonts/*.ttf" ], "extra": { "eas": { "projectId": "2c28de10-a2cd-11e6-b8ce-59d1587e6774" } } } }