zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

How can I ask notification permission for Android 13 and above in react native version 0.61 using POST_NOTIFICATIONS? #2406

Open Faizansiddiqui287 opened 3 months ago

Faizansiddiqui287 commented 3 months ago

Question

codewitharun commented 3 months ago
import {PermissionsAndroid} from 'react-native';
  PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.POST_NOTIFICATIONS);