Files
waseel/app.json
T

35 lines
800 B
JSON

{
"expo": {
"name": "Ryde",
"slug": "Ryde",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "ryde",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#2F80ED"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
"output": "server",
"favicon": "./assets/images/favicon.png"
},
"plugins": [["expo-router", { "origin": "https://example.com/" }]],
"experiments": {
"typedRoutes": true
}
}
}