12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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,
- "url": "https://u.expo.dev/082de7a5-d9b8-4c96-bd1b-5706cca20324"
- },
- "assetBundlePatterns": [
- "**/*"
- ],
- "ios": {
- "bundleIdentifier": "com.clicknpush.app",
- "googleServicesFile": "./GoogleService-Info.plist",
- "buildNumber": "0.1.11"
- },
- "android": {
- "googleServicesFile": "./google-services.json",
- "adaptiveIcon": {
- "foregroundImage": "./assets/logo-white.png",
- "backgroundImage": "./assets/cover.png"
- },
- "package": "com.clicknpush.mobile",
- "versionCode": 36,
- "config": {
- "googleMaps": {
- "apiKey": "AIzaSyBySHHaoLya5257pTmLzMUkkOqPl7nGE1w"
- }
- }
- },
- "web": {
- "favicon": "./assets/favicon.png"
- },
- "runtimeVersion": {
- "policy": "sdkVersion"
- },
- "extra": {
- "eas": {
- "projectId": "4cba8a8d-b6b2-4e66-9113-3e228cce80fa"
- }
- }
- }
- }
|