React Native SDK
Changelogs 2021
v1.2.12 [13 May 2022]
1.Handling push callbacks in killed state in Android and iOS.
- Changing name for "hasListener" in iOS bridge file.
v1.2.10 [24 November 2021]
-
Transitive internal react dependencies has been changed from React to React-core
-
Plugin will now work with or without use framework! in react-native iOS podfile ; use framework! static as well as dynamic linkage is working for iOS
v1.2.9 [4 October 2021]
Removed obsolete Gradle dependency usage
v1.2.8 [16 June 2021]
Push callback registration fix in the killed state.
v1.2.7 [11 Feb 2021]
Added support for CodePush
v1.2.5 [18 Jan 2021]
Minor bug fixes
v1.2.4 [15 Jan 2021]
Added support for deep linking via iOS Universal Links. Clicks are tracked through the push notification callback fired in the app.js
file.
Changelogs 2020
v1.2.3 [22 Sept 2020]
Added push notification callback to get deep link URL in app.js
file
v1.2.1 [24 Jun 2020]
Adds method for channel opt-in status.
Changelogs 2019
v1.1.1 [11 Aug 2019]
-
Fixes date object being passed as empty object due to breaking change in react-native v0.58.
-
Updates react-native android library build tools and compile SDK version to 28.
-
Updates Gradle build version to 3.4.1.
v1.1.0 [5 Aug 2019]
-
Adds supports react-native v0.60.X.
-
Reduces the size of the node module by removing the android build directory and iOS WebEngage framework.
v1.0.8 [14 Jun 2019]
-
Fixes UTC timezone in iOS date-format.
-
Fixes screen API method name misspell.
v1.0.7 [May 29, 2019]
-
Adds
date
object support in Android and iOS builds. -
Fixes nested maps and lists in Android builds.
v1.0.6 [Jan 21, 2019]
Fixes Runtime Exception/crash while emitting event for push and in-app notification callbacks before WebEngage SDK Bridge initialization.
Changelogs 2018
SDK v1.0.5 (Sep 11, 2018)
Adds in-app notification callbacks.
Updated 5 days ago