updated project id

This commit is contained in:
Sanidhya Kumar Verma
2024-09-06 04:41:03 +00:00
committed by GitHub
parent 8b40f7a5e6
commit bb80621a8e
+20 -3
View File
@@ -15,22 +15,39 @@
"backgroundColor": "#2F80ED" "backgroundColor": "#2F80ED"
}, },
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
"bundleIdentifier": "com.sanidhyy.Ryde"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png", "foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
} },
"package": "com.sanidhyy.Ryde"
}, },
"web": { "web": {
"bundler": "metro", "bundler": "metro",
"output": "server", "output": "server",
"favicon": "./assets/images/favicon.png" "favicon": "./assets/images/favicon.png"
}, },
"plugins": [["expo-router", { "origin": "https://example.com/" }]], "plugins": [
[
"expo-router",
{
"origin": "https://example.com/"
}
]
],
"experiments": { "experiments": {
"typedRoutes": true "typedRoutes": true
},
"extra": {
"router": {
"origin": "https://example.com/"
},
"eas": {
"projectId": "fe645595-95a5-45b2-825d-aa6a0ddb2b9c"
}
} }
} }
} }