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 "owner": "expo", 7 "sdkVersion": "UNVERSIONED", 8 "version": "UNVERSIONED", 9 "githubUrl": "https://github.com/expo/native-component-list", 10 "orientation": "default", 11 "primaryColor": "#cccccc", 12 "privacy": "public", 13 "icon": "./assets/icons/icon.png", 14 "scheme": "ncl", 15 "notification": { 16 "icon": "./assets/icons/notificationIcon.png", 17 "color": "#000000", 18 "iosDisplayInForeground": true 19 }, 20 "splash": { 21 "image": "./assets/icons/loadingIcon.png" 22 }, 23 "developmentClient": { 24 "silentLaunch": true 25 }, 26 "platforms": ["android", "ios", "web"], 27 "runtimeVersion": { 28 "policy": "sdkVersion" 29 }, 30 "updates": { 31 "url": "https://u.expo.dev/2c28de10-a2cd-11e6-b8ce-59d1587e6774" 32 }, 33 "facebookScheme": "fb1696089354000816", 34 "facebookAppId": "1696089354000816", 35 "facebookDisplayName": "Expo APIs", 36 "facebookAutoLogAppEventsEnabled": true, 37 "facebookAdvertiserIDCollectionEnabled": true, 38 "androidStatusBar": { 39 "backgroundColor": "#4630eb" 40 }, 41 "android": { 42 "package": "host.exp.nclexp", 43 "versionCode": 11, 44 "userInterfaceStyle": "automatic", 45 "googleServicesFile": "./google-services.json", 46 "playStoreUrl": "https://play.google.com/store/apps/details?id=host.exp.exponent", 47 "config": { 48 "googleSignIn": { 49 "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk", 50 "certificateHash": "1746BECB2497593B3296903145793BC0BE8C426B" 51 }, 52 "googleMaps": { 53 "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk" 54 }, 55 "branch": { 56 "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" 57 }, 58 "googleMobileAdsAppId": "ca-app-pub-3940256099942544~3347511713" 59 } 60 }, 61 "ios": { 62 "bundleIdentifier": "host.exp.nclexp", 63 "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8", 64 "userInterfaceStyle": "automatic", 65 "usesAppleSignIn": true, 66 "usesIcloudStorage": true, 67 "googleServicesFile": "./GoogleService-Info.plist", 68 "config": { 69 "usesNonExemptEncryption": false, 70 "googleSignIn": { 71 "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4" 72 }, 73 "branch": { 74 "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" 75 }, 76 "googleMobileAdsAppId": "ca-app-pub-3940256099942544~1458002511" 77 } 78 }, 79 "web": { 80 "build": { 81 "babel": { 82 "root": "./", 83 "include": ["test-suite", "native-component-list", "bare-expo"] 84 } 85 } 86 }, 87 "assetBundlePatterns": [ 88 "assets/**", 89 "node_modules/react-navigation/src/**/*.png", 90 "node_modules/@expo/vector-icons/fonts/*.ttf" 91 ], 92 "extra": { 93 "eas": { 94 "projectId": "2c28de10-a2cd-11e6-b8ce-59d1587e6774" 95 } 96 } 97 } 98} 99