update project id
This commit is contained in:
19
app.json
19
app.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "Info target",
|
"name": "Info target",
|
||||||
"slug": "info-target",
|
"slug": "infotarget",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/images/logo.png",
|
"icon": "./assets/images/logo.png",
|
||||||
@@ -11,7 +11,9 @@
|
|||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"infoPlist": {
|
"infoPlist": {
|
||||||
"UIBackgroundModes": ["remote-notification"]
|
"UIBackgroundModes": [
|
||||||
|
"remote-notification"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"bundleIdentifier": "com.felix.infotarget"
|
"bundleIdentifier": "com.felix.infotarget"
|
||||||
},
|
},
|
||||||
@@ -72,9 +74,18 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"router": {},
|
"router": {},
|
||||||
|
"expo-navigation-bar": {
|
||||||
|
"backgroundColor": "#0f172a",
|
||||||
|
"barStyle": "light",
|
||||||
|
"borderColor": "#1f2937",
|
||||||
|
"visibility": "visible",
|
||||||
|
"behavior": "inset-swipe",
|
||||||
|
"position": "relative"
|
||||||
|
},
|
||||||
"eas": {
|
"eas": {
|
||||||
"projectId": "4d7c2011-4ca0-4944-b540-34740b82470f"
|
"projectId": "67d5a024-4eb7-44ec-8b18-6c9187bd1862"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"owner": "samandar111"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export async function registerForPushNotificationsAsync() {
|
|||||||
|
|
||||||
token = (
|
token = (
|
||||||
await Notifications.getExpoPushTokenAsync({
|
await Notifications.getExpoPushTokenAsync({
|
||||||
projectId: '9a281404-9d04-4493-b630-66c35af03ace',
|
projectId: '67d5a024-4eb7-44ec-8b18-6c9187bd1862',
|
||||||
})
|
})
|
||||||
).data;
|
).data;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user