Skip to content

Releases: OneSignal/react-native-onesignal

Release 4.3.10

25 May 18:46
1dbbe34
Compare
Choose a tag to compare

Native SDK Upgrades

Upgrade Android Native to 4.7.3

  • Includes fix for Xiaomi not foregrounding app when a notification is tapped

Upgrade iOS Native to 3.11.1

4.3.9 Release

05 May 20:34
683fda3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.8...4.3.9

Release 4.3.8

20 Apr 23:47
da08308
Compare
Choose a tag to compare

Native SDK Upgrades

Upgrade Android Native to 4.7.2

  • includes fixing a crash due to Android 12 changes that can happen when tapping on a notification action button
  • fixing the onSuccess callback from being invoked too early when setting email or SMS, so that users can call setExternalUserId within the callback
  • some other exception fixes.

Upgrade iOS Native to 3.10.3

  • includes fixes for in-app messages
  • respect the duration since last message trigger for in-app messages

Release 4.3.7

12 Feb 01:31
c061083
Compare
Choose a tag to compare

What's Changed

  • Fix typescript types for getTags and additionalData by @lucasfronza in #1358
  • Fix: send outcome functions when no handler is set by the user by @nan-li in #1356

Upgrade Android Native to 4.6.7
Upgrade iOS Native to 3.10.1

Full Changelog: 4.3.6...4.3.7

4.3.6 Release

31 Jan 20:58
fb575cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.5...4.3.6

4.3.5 Release

19 Jan 21:29
d256777
Compare
Choose a tag to compare

What's Changed

Update Android Native Version - 4.6.5

Full Changelog: 4.3.4...4.3.5

4.3.4 Release

06 Jan 00:38
1dd1e29
Compare
Choose a tag to compare

What's Changed

Update Native Version

iOS Version 3.10.0

  • Prevents crashes due to failures when writing downloaded notification attachments (images) to a temporary file location
  • Adds OneSignal's CollapseId which is shared with Android corresponds to the identifier property of iOS notifications. If the collapseId field is present on your notifications it can now be read in the corresponding OSNotification object.

Full Changelog: 4.3.3...4.3.4

4.3.3 Release

16 Nov 21:30
c0d7735
Compare
Choose a tag to compare

What's Changed

  • Add In-App Message lifecycle handler (#1300) [Documentation coming]
  • Fix NativeEventEmitter warnings for react-native in v0.65 and up (#1314)

Native SDK Version Updates:

4.3.2 Release

11 Nov 01:52
550743c
Compare
Choose a tag to compare

Release notes

Updated Android-OneSignal-SDK to 4.6.2

  • Fix outside package target activities (Launch URL) not opening when notification is tapped on.
    • Regression bug introduced in react-native-onesignal 4.3.0
  • Update work-runtime version to [2.1.0, 2.7.99], 2.7.0 is required for apps with targetSdkVersion 31 (Android 12)
  • Match and fix any external id that has escaped forward slashes
  • Notification background image template fixes for RTL
  • Prevent crash when device has no WebView installed. (MissingWebViewPackageException)

See OneSignal-Android-SDK 4.6.2 for more details

4.3.1 Release

23 Sep 21:34
59b2dea
Compare
Choose a tag to compare

4.3.1 Release

Update native SDK versions

iOS - 3.8.1
Android - 4.6.0

Ability to remove individual observers

See #1278 for more info