React Native Background Actions Versions Save

React Native background service library for running background tasks forever in Android & iOS.

v3.0.1

7 months ago

3.0.1 (2023-10-11)

Bug Fixes

  • Android: Register background service in package AndroidManifest.xml (#184) (32e9d20)

v3.0.0

1 year ago

3.0.0 (2022-12-21)

Bug Fixes

  • Android: Fix crash when targeting SDK 31+ (#165) (c70554e)

BREAKING CHANGES

  • Android: targetSdkVersion is now required to be 31+ for Android users.

v2.6.9

1 year ago

2.6.9 (2022-12-21)

Bug Fixes

  • Android: Add backwards compatibility for SDK31+ fix (#163) (2c4b4af)

v2.6.8

1 year ago

2.6.8 (2022-12-19)

Bug Fixes

  • Android: Fix crash when targeting SDK 31+ (4eee7e7)

v2.6.7

2 years ago

2.6.7 (2022-04-25)

Bug Fixes

v2.6.6

2 years ago

2.6.6 (2022-03-22)

Bug Fixes

v2.6.5

2 years ago

2.6.5 (2021-10-15)

Bug Fixes

  • Android: Add RN 0.65 event emitter stubs (83d4621), closes #103

v2.6.4

2 years ago

2.6.4 (2021-10-04)

Bug Fixes

  • Android: Fix Gradle 7 and Android S compatibility (e7452ba), closes #88 #87

v2.6.2

2 years ago

2.6.2 (2021-06-30)

Bug Fixes

  • Fix IllegalStateException "Not allowed to start service Intent" (1ba26c7)

v2.6.1

2 years ago

2.6.1 (2021-06-09)

Bug Fixes