Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@jdee jdee released this 16 Mar 21:24
· 1506 commits to master since this release

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.)