File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 140140 * This release adds support for an optional ` branch.json ` configuration file. See https://rnbranch.app.link/branch-json for details.
141141 * Deprecated ` [RNBranch handleDeepLink:] ` . See https://rnbranch.app.link/version-2#ios-api-changes for details.
142142 * Includes native SDKs 0.15.3 (iOS), 2.9.0 (Android).
143+
144+ 2017-08-04 Version 2.0.0-beta.8
145+ * Support for RN >= 0.47 (#231 ).
146+ * Added support for platform-specific branch.json.
147+ * Includes native SDKs 0.16.2 (iOS), 2.10.3 (Android).
Original file line number Diff line number Diff 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.7 is now available in NPM with a simplified SDK integration process. See [ Release 2.0.0] for details.
14+ Version 2.0.0-beta.8 is now available in NPM with a simplified SDK integration process. See [ Release 2.0.0] for details.
1515
1616** branch.json** It is now possible to control certain features of the Branch SDK using an optional
1717configuration file in your project. See https://rnbranch.app.link/branch-json for details.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ An overload of `Branch.initSession` was introduced that accepts a `Branch.Branch
8383#### Simple (iOS or Android)
8484
8585``` bash
86- npm install --save
[email protected] .
7 86+ npm install --save
[email protected] .
8 8787react-native link react-native-branch
8888```
8989
You can’t perform that action at this time.
0 commit comments