Skip to content

Releases: voximplant/react-native-foreground-service

v3.0.2

09 Jun 14:55
08e7d52
Compare
Choose a tag to compare
  • Fix for #43: application is crashed when running on iOS
  • Fix for #36: application build error on android targeting api 31+

v3.0.1

10 Mar 10:52
Compare
Choose a tag to compare
  • Fix: Reference error on action button click if there are no handlers for this event

v3.0.0

09 Mar 14:33
4d0f2dc
Compare
Choose a tag to compare
  • All static methods are changed to instance methods.
    Now, to call public APIs, it is required to get the shared instance via VIForegroundService.getInstance() API
  • Add the ability to set a button to the foreground service notification and handle its click.
    To handle button click event, it is required to subscribe to VIForegroundServiceButtonPressed event via VIForegroundService.on API.

v2.0.0

16 Jul 11:28
Compare
Choose a tag to compare
  • RN 0.60 autolinking support

v1.1.0

17 Jan 09:38
Compare
Choose a tag to compare
  • Make channelId in NotificationConfig required only for android 8+

v1.0.1

17 Jan 08:21
Compare
Choose a tag to compare

First release