From 4b9e6de904c7cea29fdc30abcb8c339a51b5d372 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Tue, 17 Feb 2026 13:28:06 +0500 Subject: [PATCH] update project id --- app.json | 19 +++++++++++++++---- components/NotificationProvider.tsx | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index 4f27c9f..c60b42b 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "expo": { "name": "Info target", - "slug": "info-target", + "slug": "infotarget", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/logo.png", @@ -11,7 +11,9 @@ "ios": { "supportsTablet": true, "infoPlist": { - "UIBackgroundModes": ["remote-notification"] + "UIBackgroundModes": [ + "remote-notification" + ] }, "bundleIdentifier": "com.felix.infotarget" }, @@ -72,9 +74,18 @@ }, "extra": { "router": {}, + "expo-navigation-bar": { + "backgroundColor": "#0f172a", + "barStyle": "light", + "borderColor": "#1f2937", + "visibility": "visible", + "behavior": "inset-swipe", + "position": "relative" + }, "eas": { - "projectId": "4d7c2011-4ca0-4944-b540-34740b82470f" + "projectId": "67d5a024-4eb7-44ec-8b18-6c9187bd1862" } - } + }, + "owner": "samandar111" } } diff --git a/components/NotificationProvider.tsx b/components/NotificationProvider.tsx index 930d34a..8c1e811 100644 --- a/components/NotificationProvider.tsx +++ b/components/NotificationProvider.tsx @@ -40,7 +40,7 @@ export async function registerForPushNotificationsAsync() { token = ( await Notifications.getExpoPushTokenAsync({ - projectId: '9a281404-9d04-4493-b630-66c35af03ace', + projectId: '67d5a024-4eb7-44ec-8b18-6c9187bd1862', }) ).data;