update project id
This commit is contained in:
19
app.json
19
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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user