{ "expo": { "name": "Waseel", "description": "Find your perfect ride with Waseel.", "githubUrl": "https://github.com/sanidhyy/uber-clone", "slug": "waseel", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "waseel", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", "backgroundColor": "#2F80ED" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.waseel.app" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.waseel.app" }, "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/" } } } }