react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

React Native Local and Remote Notifications

Results 239 react-native-push-notification issues
Sort by recently updated
recently updated
newest added

Current package "react-native-push-notification": "^7.3.1" Custom sound working in the foreground state. but not working in the background state in android, but notifications are coming with default sound. can any check...

Hey I got a pushController File like this. ``` import React, {useEffect, useState} from 'react'; import PushNotification from 'react-native-push-notification'; import PushNotificationIOS from '@react-native-community/push-notification-ios'; import {useDispatch, useSelector} from 'react-redux'; import {getUserDetails}...

# Question Hello, I would like to create an alarm app using react-native-push-notification. Currently, I think it is possible to use `addnotificationRequest` to notify you about a specific day, but...

My android app crashed on Android 12 (Works fine on Android 11) Here is my development environment: - MacBook Pro (14-inch, 2021) M1 Pro 16GB RAM - Mac OS 12.3.1...

Hello! We are happily using react-native-push-notification in our app. At our latest update, Google contacted us because a potential vulnerability due to implicit pending-intents within our app. A complete article...

Dont work date option if set repeatType="day"

Not compatible with firebase packages or any other packages . All time give error ,no working solution found. Some comments say change implementation 'com.google.firebase:firebase-analytics:19.0.1' some comments say change that ,some...

# Bug It happens 8 out of 10 times after the installation that onRegister method doesn't return FCM data. Then I used PushNotification.requestPermissions() method to get FCM data. And It...

I saw you were looking for maintainers of this library. I use this in a few of my projects and would like to volunteer. Let me know what additional questions...