Multiple photos on new post

This commit is contained in:
Adolfo Reyna
2022-12-22 23:33:37 -05:00
parent 1c0dbbbe84
commit 4c95095882
2 changed files with 50 additions and 45 deletions

2
App.js
View File

@@ -71,7 +71,7 @@ async function registerForPushNotificationsAsync() {
}
token = (await Notifications.getExpoPushTokenAsync({ projectId: "c2bb4d4e-4d4d-4f34-a873-7cad78c6023c", })).data;
} else {
alert('Must use physical device for Push Notifications');
//alert('Must use physical device for Push Notifications');
}
return token;
}