React native. Android. Allowing Push Notifications

Does anyone know how to check user rights for push notifications in responsive native?

I checked all the available methods in the answer to my own docs and checked npm packages like permissions based on permissions.

+3


source to share


1 answer


Manifest.permission.ACCESS_NOTIFICATION_POLICY

or



You can receive push notifications if you have internet permission, internet connected and correct.

Hope this helps!

0


source







All Articles