Skip to content

Releases: braze-inc/braze-react-native-sdk

1.26.0

22 Jan 22:33
Compare
Choose a tag to compare
⚠ Breaking

1.25.0

29 Oct 23:08
Compare
Choose a tag to compare
⚠ Breaking

1.24.0

07 Oct 22:31
Compare
Choose a tag to compare
⚠ Breaking

1.23.0

16 Sep 23:37
Compare
Choose a tag to compare
⚠ Breaking
  • Updated the native iOS bridge to Braze iOS SDK 3.27.0. This release adds support for iOS 14 and requires XCode 12. Please read the Braze iOS SDK changelog for details.

1.22.0

12 Aug 22:53
Compare
Choose a tag to compare
Changed
  • Updated the native Android bridge to Braze Android SDK 8.1.0, which contains support for Android 11.
  • Updated the native iOS bridge to Braze iOS SDK 3.26.1, which contains preliminary support for iOS 14.

1.21.0

20 Jul 22:24
Compare
Choose a tag to compare
⚠ Breaking
Added
  • Added support for working with in-app messages in the JavaScript layer. In-App Messages can be instantiated using the BrazeInAppMessage class. The resulting object can be passed into the analytics methods: logInAppMessageClicked, logInAppMessageImpression, and logInAppMessageButtonClicked (along with the button index). See the README for additional implementation details or the AppboyProject sample app for an integration example.
  • Added ReactAppboy.requestGeofences() to request a Braze Geofences update for a manually provided GPS coordinate. Automatic Braze Geofence requests must be disabled to properly use this method.
Changed
  • Improved Typescript definitions for setCustomUserAttribute and incrementCustomUserAttribute.
Fixed

1.20.0

22 Apr 21:16
Compare
Choose a tag to compare
Breaking
  • Updated the native Android bridge to Braze Android SDK 7.0.0.
Added
  • Added ReactAppboy.requestGeofences() to request a Braze Geofences update for a manually provided GPS coordinate. Automatic Braze Geofence requests must be disabled to properly use this method.

1.19.0

06 Feb 20:06
Compare
Choose a tag to compare
Breaking

1.18.0

06 Dec 20:57
Compare
Choose a tag to compare
Breaking
Fixed
  • Fixed an issue where ReactContext.getJSModule() could be called before the native module was initialized.
Changed

1.17.4

16 Oct 14:31
Compare
Choose a tag to compare
Fixed
  • Removed a support library reference in AppboyReactBridge.java that caused Androidx compatibility issues.