Spaces:
Running
Running
| { | |
| "expo": { | |
| "name": "VocalClean AI", | |
| "slug": "vocalclean-ai", | |
| "version": "1.0.0", | |
| "orientation": "portrait", | |
| "icon": "./assets/images/icon.png", | |
| "scheme": "vocalclean", | |
| "userInterfaceStyle": "automatic", | |
| "newArchEnabled": true, | |
| "splash": { | |
| "image": "./assets/images/splash-icon.png", | |
| "resizeMode": "contain", | |
| "backgroundColor": "#F8FAFC" | |
| }, | |
| "ios": { | |
| "supportsTablet": false, | |
| "bundleIdentifier": "com.vocalclean.ai" | |
| }, | |
| "android": { | |
| "package": "com.vocalclean.ai", | |
| "adaptiveIcon": { | |
| "backgroundColor": "#F8FAFC", | |
| "foregroundImage": "./assets/images/icon.png" | |
| } | |
| }, | |
| "web": { | |
| "favicon": "./assets/images/favicon.png" | |
| }, | |
| "plugins": [ | |
| [ | |
| "expo-router", | |
| { | |
| "origin": "https://replit.com/" | |
| } | |
| ], | |
| "expo-font", | |
| "expo-web-browser", | |
| "expo-localization" | |
| ], | |
| "experiments": { | |
| "typedRoutes": true, | |
| "reactCompiler": true | |
| } | |
| } | |
| } | |