Merge pull request #7073 from BlueWallet/and

FIX: Android notifications token was null
This commit is contained in:
GLaDOS 2024-09-15 21:58:48 +00:00 committed by GitHub
commit afc2f42b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
});
}
});