|
13 | 13 | ## React Native Reference |
14 | 14 |
|
15 | 15 | 1. External resources |
16 | | - + [Full integration guide](https://dev.branch.io/getting-started/sdk-integration-guide/guide/react/) |
| 16 | + + [Full integration guide](https://docs.branch.io/pages/apps/react-native/#configure-app) |
17 | 17 | + [Change log](https://github.com/BranchMetrics/react-native-branch-deep-linking/blob/master/ChangeLog.md) |
18 | 18 | + [Support portal](http://support.branch.io) |
19 | 19 |
|
@@ -236,7 +236,7 @@ done even if you used `react-native link`. |
236 | 236 | // ... |
237 | 237 |
|
238 | 238 | // import Branch and RNBranch |
239 | | -import io.branch.rnbranch.*; |
| 239 | +import io.branch.rnbranch.RNBranchPackage; |
240 | 240 | import io.branch.referral.Branch; |
241 | 241 |
|
242 | 242 | //... |
@@ -290,12 +290,12 @@ public class MainActivity extends ReactActivity { |
290 | 290 |
|
291 | 291 | After modifying your AppDelegate: |
292 | 292 |
|
293 | | -1. [Add a String entry branch_key](https://dev.branch.io/references/ios_sdk/#add-your-branch-key-to-your-project) with your Branch key to your info.plist |
| 293 | +1. [Add a Dictionary or String entry branch_key](https://dev.branch.io/references/ios_sdk/#add-your-branch-key-to-your-project) with your Branch key to your info.plist |
294 | 294 |
|
295 | 295 | 2. [Configure for Universal Linking](https://dev.branch.io/references/ios_sdk/#support-universal-linking-ios-9) |
296 | 296 |
|
297 | 297 | 3. If using a custom domain in the Branch Dashboard or one or more non-Branch domains, [add the `branch_universal_link_domains` |
298 | | - key to your Info.plist](https://dev.branch.io/getting-started/universal-app-links/advanced/ios/#custom-continueuseractivity-configuration). |
| 298 | + key to your Info.plist](https://dev.branch.io/getting-started/universal-app-links/advanced/ios/#custom-continueuseractivity-configuration). |
299 | 299 |
|
300 | 300 | ### Android Project Setup |
301 | 301 |
|
@@ -765,7 +765,7 @@ branchUniversalObject.userCompletedAction(RegisterViewEvent) |
765 | 765 | or |
766 | 766 |
|
767 | 767 | ```js |
768 | | -import branch, { RegisterViewEvent } from 'react-native-branch' |
| 768 | +import branch from 'react-native-branch' |
769 | 769 |
|
770 | 770 | let branchUniversalObject = await branch.createBranchUniversalObject(...) |
771 | 771 |
|
|
0 commit comments