{ "expo": { "name": "Rome Mobile", "slug": "rome-mobile", "version": "1.7.0", "extra": { "expover": "3", "eas": { "projectId": "df105e21-a07f-4425-af10-2200a7704a48" } }, "runtimeVersion": "appVersion", "orientation": "default", "icon": "./assets/RomeIcon.png", "platforms": ["ios", "android"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.rome.mobile", "googleServicesFile": "./GoogleService-Info.plist", "entitlements": { "aps-environment": "development" }, "infoPlist": { "NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system.", "NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save to your photos/videos in order to attach them to repair orders in the system.", "ITSAppUsesNonExemptEncryption": false } }, "android": { "package": "com.rome.mobile", "googleServicesFile": "./google-services.json", "permissions": [ "android.permission.READ_EXTERNAL_STORAGE", "android.permission.WRITE_EXTERNAL_STORAGE", "android.permission.ACCESS_MEDIA_LOCATION" ] }, "splash": { "image": "./assets/RomeOnlineIcon.png", "backgroundColor": "#efefef" }, "notification": { "icon": "./assets/RomeIcon.png" }, "updates": { "fallbackToCacheTimeout": 0, "url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48" }, "assetBundlePatterns": ["**/*"], "web": { "favicon": "./assets/RomeIcon.png", "config": { "firebase": { "apiKey": "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE", "authDomain": "rome-prod-1.firebaseapp.com", "projectId": "rome-prod-1", "storageBucket": "rome-prod-1.appspot.com", "messagingSenderId": "147786367145", "appId": "1:147786367145:web:9d4cba68071c3f29a8a9b8", "measurementId": "G-G8Z9DRHTZS" } } }, "description": "", "plugins": [ [ "@sentry/react-native/expo", { "url": "https://sentry.io/", "organization": "imex", "project": "imexmobile" } ], [ "expo-media-library", { "photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system.", "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.", "isAccessMediaLocationEnabled": "true" } ], [ "expo-image-picker", { "photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system." } ], "expo-localization", "expo-font", [ "expo-build-properties", { "android": { "minSdkVersion": 25 } } ], "@logrocket/react-native" ] } }