Update notifications.js

This commit is contained in:
Marcos Rodriguez Velez 2024-11-11 21:55:38 -04:00
parent 28e325afa5
commit 3ce123512f

View file

@ -342,7 +342,7 @@ export const configureNotifications = async onProcessNotifications => {
* - if you are not using remote notification or do not have Firebase installed, use this: * - if you are not using remote notification or do not have Firebase installed, use this:
* requestPermissions: Platform.OS === 'ios' * requestPermissions: Platform.OS === 'ios'
*/ */
requestPermissions: Platform.OS === 'ios', requestPermissions: true,
}); });
} }
}); });