mobile-messaging-react-native-plugin icon indicating copy to clipboard operation
mobile-messaging-react-native-plugin copied to clipboard

Mobile Messaging SDK plugin for React Native projects

Results 10 mobile-messaging-react-native-plugin issues
Sort by recently updated
recently updated
newest added

I'm currently facing an issue with the package in my React Native app. The app is running an outdated version of React Native (0.63.3), and users on Android versions 13...

**Description:** When combining push notifications with in-app notifications, the in-app notification appears too early when the push notification is received and clicked while the app is closed. The in-app notification...

**Description:** When receiving a notification from the Chat Widget and attempting to click on the notification, the app crashes on the Android platform. This issue is critical as it affects...

**Description:** The messageReceived library event works successfully on Android devices but does not trigger on iOS devices. This inconsistency needs to be addressed to ensure the functionality is consistent across...

When you receive notifications containing deep links and the app is not open, your React Native app fails to detect the deep link URL using the `Linking.getInitialURL()` method. As a...

Hi! I encountered a notification problem (notifee) if infobip is installed. Now I can’t launch local push notifications because they don’t appear, or rather end up in infobip. Is it...

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.2 to 6.1.7.6. Release notes Sourced from activesupport's releases. v6.1.7.6 No changes between this and 6.1.7.5. This release was just to fix file permissions in the previous...

dependencies
ruby

Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.0.7.2. Release notes Sourced from activesupport's releases. 7.0.7.2 release No changes between this and 7.0.7.2. This release was just to fix file permissions in the...

dependencies
ruby

The user guide mentions doing this to get the pushRegistrationId ``` mobileMessaging.getInstallation( installation => { // Here you can get pushRegistrationId with installation.pushRegistrationId } ); ``` however it doesn't exist...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When i am running typecheck in...