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": "fb629712900716487", 27 "facebookAppId": "629712900716487", 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 "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 }, 53 "ios": { 54 "bundleIdentifier": "host.exp.nclexp", 55 "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8", 56 "userInterfaceStyle": "light", 57 "usesAppleSignIn": true, 58 "usesIcloudStorage": true, 59 "googleServicesFile": "./GoogleService-Info.plist", 60 "config": { 61 "usesNonExemptEncryption": false, 62 "googleSignIn": { 63 "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4" 64 }, 65 "branch": { 66 "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" 67 }, 68 "googleMobileAdsAppId": "ca-app-pub-3940256099942544~1458002511" 69 } 70 }, 71 "web": { 72 "build": { 73 "babel": { 74 "root": "./", 75 "include": ["test-suite", "native-component-list", "bare-expo"] 76 } 77 } 78 }, 79 "assetBundlePatterns": [ 80 "assets/**", 81 "node_modules/react-navigation/src/**/*.png", 82 "node_modules/@expo/vector-icons/fonts/*.ttf" 83 ] 84 } 85} 86