From bb80621a8e901181e4aaf05e15649558084cd7a6 Mon Sep 17 00:00:00 2001 From: Sanidhya Kumar Verma Date: Fri, 6 Sep 2024 04:41:03 +0000 Subject: [PATCH] updated project id --- app.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index f794871..fcbbb88 100644 --- a/app.json +++ b/app.json @@ -15,22 +15,39 @@ "backgroundColor": "#2F80ED" }, "ios": { - "supportsTablet": true + "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/" }]], + "plugins": [ + [ + "expo-router", + { + "origin": "https://example.com/" + } + ] + ], "experiments": { "typedRoutes": true + }, + "extra": { + "router": { + "origin": "https://example.com/" + }, + "eas": { + "projectId": "fe645595-95a5-45b2-825d-aa6a0ddb2b9c" + } } } }