{ "expo": { "name": "Tech Tracker", "owner": "gib", "slug": "techtracker-expo", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "org.gbrown.techtrackerexpo", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", "backgroundColor": "#2e2f3d" }, "newArchEnabled": true, "ios": { "usesAppleSignIn": true, "supportsTablet": true, "bundleIdentifier": "com.gbrown.techtracker", "config": { "usesNonExemptEncryption": false }, "infoPlist": { "ITSAppUsesNonExemptEncryption": false, "NSLocationWhenInUseUsageDescription": "This app uses your location in order to allow you to share your location in chat.", "NSCameraUsageDescription": "This app uses your camera to take photos & send them in the chat." } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#2e2f3d" }, "permissions": [ "android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION", "android.permission.RECEIVE_BOOT_COMPLETED", "android.permission.VIBRATE", "android.permission.INTERNET" ], "package": "com.gbrown.techtracker" }, "web": { "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", "expo-apple-authentication", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff", "dark": { "backgroundColor": "#000000" } } ], [ "expo-secure-store", { "faceIDPermission": "Allow $(PRODUCT_NAME) to access your FaceID biometric data." } ], [ "expo-location", { "locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location." } ], [ "@sentry/react-native/expo", { "url": "https://sentry.gbrown.org", "note": "Use SENTRY_AUTH_TOKEN env to authenticate with Sentry.", "project": "tech-tracker-expo", "organization": "gib" } ] ], "experiments": { "typedRoutes": true, "reactCompiler": true } } }