diff --git a/blue_modules/notifications.js b/blue_modules/notifications.js index 5aef08be3..dc97ad4db 100644 --- a/blue_modules/notifications.js +++ b/blue_modules/notifications.js @@ -109,7 +109,7 @@ function Notifications(props) { * - if you are not using remote notification or do not have Firebase installed, use this: * requestPermissions: Platform.OS === 'ios' */ - requestPermissions: Platform.OS === 'ios', + requestPermissions: true, }); } });