Update notifications.js

This commit is contained in:
Marcos Rodriguez Velez 2024-12-14 16:00:33 -04:00 committed by Overtorment
parent cefe725e14
commit b66710b5b9

View file

@ -372,7 +372,6 @@ export const configureNotifications = async onProcessNotifications => {
},
permissions: { alert: true, badge: true, sound: true },
popInitialNotification: true,
requestPermissions: Platform.OS === 'ios',
});
} catch (error) {
console.error('Error in configure:', error);