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": "portrait", 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 "packagerOpts": { 23 "config": "metro.config.js" 24 }, 25 "platforms": ["android", "ios", "web"], 26 "facebookScheme": "fb1201211719949057", 27 "facebookAppId": "1201211719949057", 28 "facebookDisplayName": "Expo APIs", 29 "androidShowExponentNotificationInShellApp": true, 30 "android": { 31 "package": "host.exp.nclexp", 32 "versionCode": 11, 33 "googleServicesFile": "./google-services.json", 34 "playStoreUrl": "https://play.google.com/store/apps/details?id=host.exp.exponent", 35 "config": { 36 "googleSignIn": { 37 "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk", 38 "certificateHash": "1746BECB2497593B3296903145793BC0BE8C426B" 39 }, 40 "googleMaps": { 41 "apiKey": "AIzaSyC2kse8d0rFfi27jff5nD14cSNcPBQC4Tk" 42 }, 43 "branch": { 44 "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" 45 } 46 } 47 }, 48 "ios": { 49 "bundleIdentifier": "host.exp.nclexp", 50 "appStoreUrl": "https://itunes.apple.com/us/app/expo-client/id982107779?mt=8", 51 "config": { 52 "usesNonExemptEncryption": false, 53 "googleSignIn": { 54 "reservedClientId": "com.googleusercontent.apps.603386649315-1b2o2gole94qc6h4prj6lvoiueq83se4" 55 }, 56 "branch": { 57 "apiKey": "key_live_pcxsCTBguAUqQBd8CjYZ7ogkurnZcQAO" 58 } 59 } 60 }, 61 "web": { 62 "productionPath": "web-build" 63 }, 64 "assetBundlePatterns": [ 65 "assets/**", 66 "node_modules/react-navigation/src/**/*.png", 67 "node_modules/@expo/vector-icons/fonts/*.ttf" 68 ] 69 } 70} 71