Skip to content

Releases: BranchMetrics/react-native-branch-deep-linking-attribution

Release 0.9.7

21 Mar 15:54
Compare
Choose a tag to compare

Reduced buildToolsVersion to 23.0.1 in android/build.gradle.

Release 1.1.0

16 Mar 21:24
Compare
Choose a tag to compare

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

16 Mar 21:16
Compare
Choose a tag to compare

Corrected a react-native version limitation in the build.gradle to ensure the version from node_modules is used. (For react-native < 0.40.)