{ "expo": { "plugins": [ "expo-notifications" ], "scheme": "cnp.mobile", "name": "cnp-mobile", "slug": "cnp-mobile", "version": "0.0.16", "orientation": "portrait", "icon": "./assets/cnp-app-icon.png", "splash": { "image": "./assets/cnp-splash.png", "resizeMode": "cover", "backgroundColor": "#ffffff" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "bundleIdentifier": "com.clicknpush.app", "googleServicesFile": "./GoogleService-Info.plist", "buildNumber": "0.0.18" }, "android": { "googleServicesFile": "./google-services.json", "adaptiveIcon": { "foregroundImage": "./assets/logo-white.png", "backgroundImage": "./assets/cover.png" }, "package": "com.clicknpush.mobile", "versionCode": 20, "config": { "googleMaps": { "apiKey": "AIzaSyBkpMWgPFbmVFUrma67bR8knwqA-U24H8c" } } }, "web": { "favicon": "./assets/favicon.png" } } }