Releases: leandrosimoes/react-native-android-notification-listener
Releases · leandrosimoes/react-native-android-notification-listener
Changed the listener to a Headless JS
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 theAppRegistry
. (See the documentation here)
Thanks!
Special thanks to @jehartzog that have helped me a lot with this release!
Fixed some syntax error
Crash fixes
Some minor crash fixes.
Implementation of GitHub Actions
v1.0.2 fixed workflow