yarn @braze/react-native-sdk 2.0.2

latest releases: 16.1.0, 16.0.0, 15.0.1...
2 years ago
Fixed
  • Removes the usage of Objective-C modules when importing the Braze Swift SDK for improved compatibility with Objective-C++.
    • When importing BrazeKit or BrazeLocation, you must use the #import <Module/Module-Swift.h> syntax:
      • @import BrazeKit;#import <BrazeKit/BrazeKit-Swift.h>
      • @import BrazeLocation;#import <BrazeLocation/BrazeLocation-Swift.h>

Don't miss a new react-native-sdk release

NewReleases is sending notifications on new releases.