Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| { | |
| "expo": { | |
| "name": "client", | |
| "slug": "client", | |
| "version": "1.0.0", | |
| "orientation": "portrait", | |
| "scheme": "client", | |
| "userInterfaceStyle": "automatic", | |
| "newArchEnabled": true, | |
| "ios": { | |
| "supportsTablet": true | |
| }, | |
| "android": { | |
| "edgeToEdgeEnabled": true, | |
| "predictiveBackGestureEnabled": false, | |
| "adaptiveIcon": { | |
| "backgroundColor": "#E6F4FE" | |
| }, | |
| "softwareKeyboardLayoutMode": "resize", | |
| "package": "com.anonymous.client" | |
| }, | |
| "web": { | |
| "output": "single", | |
| "favicon": "./assets/MARVIN.png" | |
| }, | |
| "plugins": [ | |
| "expo-router", | |
| [ | |
| "expo-splash-screen", | |
| { | |
| "backgroundColor": "#ffffff", | |
| "dark": { | |
| "backgroundColor": "#000000" | |
| } | |
| } | |
| ] | |
| ], | |
| "experiments": { | |
| "typedRoutes": true, | |
| "reactCompiler": true | |
| } | |
| } | |
| } | |