Skip to content

Commit 0e94b0b

Browse files
committed
Docs updates for 2.0.0-beta.6
1 parent be2e56d commit 0e94b0b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@
129129
webview_example for updated usage. The `uri` parameter still exists, and its behavior is largely unchanged, but
130130
it should now be considered deprecated and will be removed in a future release.
131131
* Includes native SDKs 0.14.12 (iOS), 2.8.0 (Android).
132+
133+
2017-05-30 Version 2.0.0-beta.6
134+
135+
* This release adds some native wrapper methods to simplify certain native code changes that cannot
136+
be supported in JS.
137+
* Includes native SDKs 0.15.3 (iOS), 2.8.0 (Android).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a repository of our open source React Native SDK. Huge shoutout to our f
1111

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

14-
Version 2.0.0-beta.5 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
14+
Version 2.0.0-beta.6 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
1515

1616
**v1.1.0** The `createBranchUniversalObject` method is now async, so be sure to use `await` or handle the promise resolution, e.g.
1717
```js

docs/Release-2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ An overload of `Branch.initSession` was introduced that accepts a `Branch.Branch
6161
#### Simple
6262

6363
```bash
64-
npm install --save [email protected].5
64+
npm install --save [email protected].6
6565
react-native link react-native-branch
6666
```
6767

0 commit comments

Comments
 (0)