Skip to content

Commit 4bc8cf7

Browse files
committed
More prominent mention of webview_tutorial
1 parent e9de193 commit 4bc8cf7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ___
2222
+ [Register for Branch key](#register-your-app)
2323
+ [Project setup](#setup)
2424
+ [Example apps](#example-apps)
25+
+ [Tutorial app](#tutorial-app)
2526

2627
3. Branch general methods
2728
+ [Register a subscriber](#register-a-subscriber)
@@ -57,7 +58,10 @@ ___
5758
[Manual branch.json installation]: ./docs/branch.json.md#manual-integration-without-react-native-link
5859
[Version 3.0]: ./docs/version-3.md
5960
[Version 4.0]: ./docs/version-4.md
61+
[webview_example]: ./examples/webview_example
6062
[webview_example_native_ios]: ./examples/webview_example_native_ios
63+
[webview_tutorial]: ./examples/webview_tutorial
64+
[Tutorial app]: #tutorial-app
6165

6266
## Installation
6367

@@ -74,6 +78,9 @@ for [Version 3.0] of 'react-native-branch'.
7478
See #433. The RN toolchain will use yarn by default. Please use
7579
`yarn add react-native-branch` to add the SDK to your project.
7680

81+
See the [Tutorial app] for a step-by-step walkthrough of integrating Branch in
82+
an existing RN 0.60 app.
83+
7784
___
7885

7986
### Updating from an earlier version or starting with v4.0.0
@@ -337,9 +344,15 @@ ___
337344

338345
## Example apps
339346

340-
There are six example apps in this repo, including a [tutorial app](./examples/webview_tutorial).
347+
There are six example apps in this repo, including a [Tutorial app].
341348
See the [examples](./examples) subdirectory for more details.
342349

350+
## Tutorial app
351+
352+
The [webview_tutorial] app is a functioning app using react-native 0.60.3 and
353+
react 16.8.6. The tutorial takes you step-by-step through adding this SDK to
354+
produce [webview_example] with Branch integrated.
355+
343356
___
344357

345358
## SDK Documentation

0 commit comments

Comments
 (0)