Releases: Iterable/react-native-sdk
1.3.6
This release includes the serialization fix for the action context.
1.3.5
This release fixes issues with updateEmail and updateUserId. Also, provides additional methods to handle authHandler success and failure callbacks.
1.3.4
This release updates the setEmail, setUserId, and updateEmail to accept an auth token as a parameter.
1.3.3
This release points to the most updated versions of the iOS SDK (6.4.5) and Android SDK (5.4.7). The mobile inbox functionality is updated to include toggling of the navigation title and custom action handling.
1.3.2
This has a fix for our index.ts
being setup incorrectly (thanks, @alex-a-pereira !), and adds a new option in IterableConfig
to disable logging, set logReactNativeSdkCalls
to false
when you'd like to send/publish out a build without React Native side logging enabled. Native (Android/iOS) side logging is still independently controlled by logLevel
(this is completely unchanged).
1.3.1
1.3.0
Added
This version of the SDK provides a mobile inbox implementation. To learn more, read Using a Mobile Inbox with Iterable's React Native SDK.
1.2.3
1.2.2
Changed
- Dependency update. The SDK now relies on version 3.4.4 of Iterable’s Android SDK.