update project id

This commit is contained in:
Samandar Turgunboyev
2026-02-17 13:28:06 +05:00
parent d747c72c8d
commit 4b9e6de904
2 changed files with 16 additions and 5 deletions

View File

@@ -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"
}
}

View File

@@ -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;