React Native Android Notification Listener Versions Save

React Native Android Notification Listener - Listen for status bar notifications from all applications

v5.0.0

1 year ago

Fixes

Enhancements

  • Example project now uses RN 0.69.0

v4.1.0

2 years ago

Fixes

Changes

  • Example project RN dependency updated to 0.68.1

Breaking changes

  • RN peer dependency updated to 0.68.1
  • Gradle version must be greater than or equal 7.0.0

v4.0.2

2 years ago
  • Fix Gradle 7.0 breaking changes

v4.0.1

2 years ago
  • Fixed missing README on npm
  • Linting improvements
  • Now example project also is written in typescript

v4.0.0

2 years ago
  • Updated RN Versio to 0.65.1
  • Also updated example project RN's version
  • Improved project folders structure
  • Now the example project has a prepare.js file used to set up the project for testing. Just follow this instructions

v3.1.2

2 years ago

Thanks to @arunahuja94 for the PR!

v3.1.1

3 years ago

Fixes

  • Fixed groupedMessages being passed always empty to the notification listener

Thanks to @arunahuja94 for the help, again.

v3.1.0

3 years ago

Changes

  • Add time, icon, and image properties to the notification payload
    • NOTE 1: The image may not work for some apps such as Telegram and WhatsApp
    • NOTE 2: The icon and image is passed as base64 string

v3.0.0

3 years ago

Changes

Add more properties to the notification payload. You can see all of them in the documentation here.

Breaking Changes

Now the notification received by the handler function was changed to a JSON string payload so before using you must do JSON.parse. You can see more in the documentation here.

Thanks

Thanks to @arunahuja94 for the help in this release.