Skip to content

Commit

Permalink
Docs updates for 2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed May 31, 2017
1 parent be2e56d commit 0e94b0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,9 @@
webview_example for updated usage. The `uri` parameter still exists, and its behavior is largely unchanged, but
it should now be considered deprecated and will be removed in a future release.
* Includes native SDKs 0.14.12 (iOS), 2.8.0 (Android).

2017-05-30 Version 2.0.0-beta.6

* This release adds some native wrapper methods to simplify certain native code changes that cannot
be supported in JS.
* Includes native SDKs 0.15.3 (iOS), 2.8.0 (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.5 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
Version 2.0.0-beta.6 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.

**v1.1.0** The `createBranchUniversalObject` method is now async, so be sure to use `await` or handle the promise resolution, e.g.
```js
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 @@ -61,7 +61,7 @@ An overload of `Branch.initSession` was introduced that accepts a `Branch.Branch
#### Simple

```bash
npm install --save [email protected].5
npm install --save [email protected].6
react-native link react-native-branch
```

Expand Down

0 comments on commit 0e94b0b

Please sign in to comment.