{ "expo": { "name": "Luxray", "slug": "luxray", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": [ "luxray", "app.luxray.dev" ], "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "bundleIdentifier": "app.luxray.dev" }, "android": { "adaptiveIcon": { "backgroundColor": "#E6F4FE", "foregroundImage": "./assets/images/android-icon-foreground.png", "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "package": "app.luxray.dev" }, "web": { "output": "server", "favicon": "./assets/images/favicon.png" }, "plugins": [ [ "expo-secure-store", { "configureAndroidBackup": true, "faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data." } ], "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff", "dark": { "backgroundColor": "#000000" } } ], "@react-native-community/datetimepicker", "expo-font" ], "experiments": { "typedRoutes": true, "reactCompiler": true } } }