zahs
Results
2
issues of
zahs
hi, I have integrated the library to my project following all the steps described in installation and manual setup. I am using firebase messaging 14.11.0 and react native push notifications...
hi, I implementing push notifications and have a checkbox to toggle push notifications. I am using ` PushNotification.checkPermissions((permissions) => { switch (permissions.authorizationStatus) { case 1: // denied PushNotification.requestPermissions() .catch((error) =>...