Skip to content

Commit

Permalink
Updates to ChangeLog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Mar 5, 2019
1 parent 62d2c3c commit 8f15efd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,6 @@
* Remove weak reference from BranchUniversalReferralInitListener (#372)
* Check for null params (#364)
* Support for setting Branch keys in branch.json

2019-03-05 Version 3.0.0-beta.3
* Added react-native-branch-segment.podspec for use with the Segment integration.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ done in native apps that integrate a React Native components.
pod "Branch-SDK", path: "../node_modules/react-native-branch/ios"
```
Adjust the path if necessary to indicate the location of your `node_modules` subdirectory.
**Note:** If you are using Branch's Segment integration, use
```Ruby
pod "react-native-branch-segment", path: "../node_modules/react-native-branch"
```
and do not include `pod "Branch-SDK"`.
2. Run `pod install` to regenerate the Pods project with these new dependencies.
2. (Optional) Add a branch.json file to your app project. See https://rnbranch.app.link/branch-json.
4. Follow the [setup instructions](#setup).
Expand Down

0 comments on commit 8f15efd

Please sign in to comment.