Skip to content

Releases: leandrosimoes/react-native-android-notification-listener

Changed the listener to a Headless JS

30 Dec 21:46
Compare
Choose a tag to compare

Changes

  • Add Headless JS service to avoid the notification listener to be killed by Android
  • Add Boot Up Receiver to restart the service in case the user reboots the device as soon the OS restart
  • Add index.d.ts to provide some typings

Breaking changes

  • Removed the method onNotificationReceived because now the handle must be made using the AppRegistry. (See the documentation here)

Thanks!

Special thanks to @jehartzog that have helped me a lot with this release!

Fixed some syntax error

13 Dec 12:10
Compare
Choose a tag to compare

Fixed some java syntax error about missing comma.

This release also fixes this issue: #1

Special thanks to @qsdamar for the help!

Crash fixes

05 Dec 22:21
Compare
Choose a tag to compare

Some minor crash fixes.

Implementation of GitHub Actions

18 Oct 16:46
Compare
Choose a tag to compare
v1.0.2

fixed workflow