{ "expo": { "name": "expo-social-auth", "slug": "expo-social-auth", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "exposocialauth", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "bundleIdentifier": "com.anonymous.exposocialauth", "supportsTablet": true, "usesAppleSignIn": true }, "android": { "adaptiveIcon": { "backgroundColor": "#ffffff", "foregroundImage": "./assets/images/adaptive-icon.png" }, "edgeToEdgeEnabled": true, "package": "com.anonymous.exposocialauth" }, "web": { "bundler": "metro", "favicon": "./assets/images/favicon.png", "output": "single" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "backgroundColor": "#ffffff", "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain" } ], "expo-secure-store", "expo-apple-authentication", [ "expo-web-browser", { "experimentalLauncherActivity": false } ] ], "experiments": { "typedRoutes": true, "reactCompiler": true } } }