updated project id
This commit is contained in:
committed by
GitHub
parent
8b40f7a5e6
commit
bb80621a8e
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user