Releases: OneSignal/react-native-onesignal
Releases · OneSignal/react-native-onesignal
Release 4.3.10
4.3.9 Release
Release 4.3.8
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 callsetExternalUserId
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
What's Changed
- Fix typescript types for
getTags
andadditionalData
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
What's Changed
- Add
setLaunchURLsInApp
function by @rgomezp in #1353 - Upgrade native Android to 4.6.6
Full Changelog: 4.3.5...4.3.6
4.3.5 Release
What's Changed
Update Android Native Version - 4.6.5
- Bump native Android version to OneSignal Android SDK 4.6.5
Full Changelog: 4.3.4...4.3.5
4.3.4 Release
What's Changed
- Update example app by @rgomezp in #1328
- Convert SDK to TypeScript by @nan-li in #1312
- Workaround for duplicate callback invocation issue by @rgomezp in #1334
- Make Android
getTriggerValueForKey
consistent with iOS by @nan-li in #1335 - Fix: duplicate callback invocation error by @rgomezp in #1341
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
4.3.2 Release
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 withtargetSdkVersion
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
4.3.1 Release
Update native SDK versions
Ability to remove individual observers
See #1278 for more info