champ-ed / client /app.json
MalikS-343
squash
cbfe36d
Raw
History Blame Contribute Delete
908 Bytes
{
"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
}
}
}