Skip to content

Commit 1d9472c

Browse files
committed
Final mods to README
1 parent 7212976 commit 1d9472c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ___
1313
## React Native Reference
1414

1515
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)
1717
+ [Change log](https://github.com/BranchMetrics/react-native-branch-deep-linking/blob/master/ChangeLog.md)
1818
+ [Support portal](http://support.branch.io)
1919

@@ -236,7 +236,7 @@ done even if you used `react-native link`.
236236
// ...
237237
238238
// import Branch and RNBranch
239-
import io.branch.rnbranch.*;
239+
import io.branch.rnbranch.RNBranchPackage;
240240
import io.branch.referral.Branch;
241241
242242
//...
@@ -290,12 +290,12 @@ public class MainActivity extends ReactActivity {
290290

291291
After modifying your AppDelegate:
292292

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
294294

295295
2. [Configure for Universal Linking](https://dev.branch.io/references/ios_sdk/#support-universal-linking-ios-9)
296296

297297
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).
299299

300300
### Android Project Setup
301301

@@ -765,7 +765,7 @@ branchUniversalObject.userCompletedAction(RegisterViewEvent)
765765
or
766766
767767
```js
768-
import branch, { RegisterViewEvent } from 'react-native-branch'
768+
import branch from 'react-native-branch'
769769
770770
let branchUniversalObject = await branch.createBranchUniversalObject(...)
771771

0 commit comments

Comments
 (0)