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

The community edition of the push notification library (by Zo0r) for applications made with React Native

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

Hi, I'm trying to add a badge when I receive a notification on Android but I have an issue, indeed, the `onNotification` is not triggered when app wasn't launched at...

Hi, I have an issue on iOS, indeed, the `onNotification` callback is not called when the app is launched and it was not on background or anything, just cold start...

The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-push-notification-ce: https://npmjs.com/package/react-native-push-notification-ce Please notify their maintainers about it. You can find more details at https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide.

Hello! Is there a way to create heads-up notification with this library? I've tried to create local notification manually with default `sound` and `number` as 10, but it didn't pop...

When the app is killed (not in background) and it receives a remote notification, it displays the notification but also opens the app. This is bad practice and very intrusive...

the app has stopped working while notification comes when app not in background Error : undefined is not a function (evaluating 'handler(new PushNotificationIOS(notifData))') This is occur after switching react-native-push-notification to...

After following the installation guide, I get this native error when receiving a Notification sent through FCM: ```com.google.firebase.iid.zzf cannot be cast to com.google.android.gms.iid.zzi``` Package version: `[email protected]` `compileSdkVersion: 26` `buildToolsVersion: '26.0.2'`

Hi, I'm trying to do a PR to allow this case, sending the icons as URLs and download the images in the app to show the image as icon (large...

hi , the notification coming twice when app in background

I tested the plugin and i saw that when the count of the notification reached the 50 notifications it stopes. However, when i send 200 notification on whatsapp, there is...