File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 227227 * Remove weak reference from BranchUniversalReferralInitListener (#372 )
228228 * Check for null params (#364 )
229229 * Support for setting Branch keys in branch.json
230+
231+ 2019-03-05 Version 3.0.0-beta.3
232+ * Added react-native-branch-segment.podspec for use with the Segment integration.
Original file line number Diff line number Diff line change @@ -80,6 +80,11 @@ done in native apps that integrate a React Native components.
8080 pod " Branch-SDK" , path: " ../node_modules/react-native-branch/ios"
8181 ```
8282 Adjust the path if necessary to indicate the location of your ` node_modules` subdirectory.
83+ ** Note: ** If you are using Branch ' s Segment integration, use
84+ ```Ruby
85+ pod "react-native-branch-segment", path: "../node_modules/react-native-branch"
86+ ```
87+ and do not include `pod "Branch-SDK"`.
83882. Run `pod install` to regenerate the Pods project with these new dependencies.
84892. (Optional) Add a branch.json file to your app project. See https://rnbranch.app.link/branch-json.
85904. Follow the [setup instructions](#setup).
You can’t perform that action at this time.
0 commit comments