Skip to content

Commit 8f15efd

Browse files
committed
Updates to ChangeLog and README
1 parent 62d2c3c commit 8f15efd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,6 @@
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.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"`.
8388
2. Run `pod install` to regenerate the Pods project with these new dependencies.
8489
2. (Optional) Add a branch.json file to your app project. See https://rnbranch.app.link/branch-json.
8590
4. Follow the [setup instructions](#setup).

0 commit comments

Comments
 (0)