Releases: BranchMetrics/react-native-branch-deep-linking-attribution
Release 0.9.7
Reduced buildToolsVersion to 23.0.1 in android/build.gradle.
Release 1.1.0
This release introduces a userCompletedAction()
method on the Branch Universal Object. The registerView()
method is deprecated in favor of userCompletedAction(RegisterViewEvent)
.
The createBranchUniversalObject()
method now allocates native resources supporting the BUO. These are eventually cleaned up when unused for some time. An optional release()
method is also provided to ensure they are released immediately, e.g. when componentWillUnmount()
is called.
Corrected a react-native version limitation in the build.gradle to ensure the version from node_modules is used.
The native iOS dependencies for the testbed apps were update to 0.13.5.
(For react-native >= 0.40.)
Release 0.9.6
Corrected a react-native version limitation in the build.gradle to ensure the version from node_modules is used. (For react-native < 0.40.)