Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Aug 4, 2017
1 parent 0578b53 commit 66f6021
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,8 @@
* This release adds support for an optional `branch.json` configuration file. See https://rnbranch.app.link/branch-json for details.
* Deprecated `[RNBranch handleDeepLink:]`. See https://rnbranch.app.link/version-2#ios-api-changes for details.
* Includes native SDKs 0.15.3 (iOS), 2.9.0 (Android).

2017-08-04 Version 2.0.0-beta.8
* Support for RN >= 0.47 (#231).
* Added support for platform-specific branch.json.
* Includes native SDKs 0.16.2 (iOS), 2.10.3 (Android).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a repository of our open source React Native SDK. Huge shoutout to our f

[Release 2.0.0]: ./docs/Release-2.0.0.md

Version 2.0.0-beta.7 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
Version 2.0.0-beta.8 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.

**branch.json** It is now possible to control certain features of the Branch SDK using an optional
configuration file in your project. See https://rnbranch.app.link/branch-json for details.
Expand Down
2 changes: 1 addition & 1 deletion docs/Release-2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ An overload of `Branch.initSession` was introduced that accepts a `Branch.Branch
#### Simple (iOS or Android)

```bash
npm install --save [email protected].7
npm install --save [email protected].8
react-native link react-native-branch
```

Expand Down

0 comments on commit 66f6021

Please sign in to comment.