2222 + [ Register for Branch key] ( #register-your-app )
2323 + [ Project setup] ( #setup )
2424 + [ Example apps] ( #example-apps )
25+ + [ Tutorial app] ( #tutorial-app )
2526
26273 . Branch general methods
2728 + [ Register a subscriber] ( #register-a-subscriber )
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'.
7478See #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
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] .
341348See 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