react-native-android-notification-listener
react-native-android-notification-listener copied to clipboard
React Native Android Notification Listener - Listen for status bar notifications from all applications
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior This module's `package.json` uses dep `react@^18.2.0` but the latest version of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The example app, when run, fails with the following error: ```...
Hello, I follow the example code and when I console the RNAndroidNotificationListener in expo project that returns null... expo version: "expo": "~48.0.18" _Originally posted by @matheusf31 in https://github.com/leandrosimoes/react-native-android-notification-listener/discussions/29#discussioncomment-6140676_
### Describe what the feature is about? Currently `onNotificationRemoved` is just empty. Is there a chance to implement it, so we can get this event in React Native? ### Anything...