{ "expo": { "name": "Uni AI Voice Notes", "slug": "ai-recorder", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "airecorder", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "bundleIdentifier": "com.mnkycode.AiRecorder" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.mnkycode.AiRecorder" }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png", "scheme": "airecorder" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "dark": { "image": "./assets/images/splash-icon-dark.png", "backgroundColor": "#ffffff" }, "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-audio" ], "experiments": { "typedRoutes": true } } }