React Native Onesignal Versions Save

React Native Library for OneSignal Push Notifications Service

4.3.11

1 year ago

What's Changed

Native SDK Updates

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/4.3.10...4.3.11

4.3.10

2 years ago

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.8

2 years ago

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

4.3.7

2 years ago

What's Changed

Upgrade Android Native to 4.6.7 Upgrade iOS Native to 3.10.1

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/4.3.6...4.3.7

4.3.6

2 years ago

4.3.5

2 years ago

What's Changed

Update Android Native Version - 4.6.5

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/4.3.4...4.3.5

4.3.4

2 years ago

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: https://github.com/OneSignal/react-native-onesignal/compare/4.3.3...4.3.4

4.3.3

2 years ago

What's Changed

Native SDK Version Updates:

4.3.2

2 years ago

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