Files
waseel/app.json
T

54 lines
1.2 KiB
JSON

{
"expo": {
"name": "Ryde",
"description": "Find your perfect ride with Ryde.",
"githubUrl": "https://github.com/sanidhyy/uber-clone",
"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,
"bundleIdentifier": "com.sanidhyy.Ryde"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.sanidhyy.Ryde"
},
"web": {
"bundler": "metro",
"output": "server",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
[
"expo-router",
{
"origin": "https://example.com/"
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": "https://example.com/"
},
"eas": {
"projectId": "fe645595-95a5-45b2-825d-aa6a0ddb2b9c"
}
}
}
}