You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/branch.json.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,15 +96,14 @@ of `branch.json`.
96
96
Note that support for setting Branch keys on Android in branch.json requires
97
97
version 3.x of react-native-branch, using [RNBranchModule.getAutoInstance()](https://help.branch.io/developers-hub/docs/react-native#section-updating-from-an-earlier-version-or-starting-with-v-3-0-0)
98
98
99
-
|key|description|type|
100
-
|---|---|---|
101
-
|branchKey|The Branch key to use. Overrides liveKey, testKey and useTestInstance.|String|
102
-
|liveKey|The live Branch key to use if useTestInstance is false. Ignored if useTestInstance is true or branchKey is present.|String|
103
-
|debugMode|If true, `setDebug` will be called in the native SDK, enabling testing of install events.|Boolean|
104
-
|delayInitToCheckForSearchAds|If true, `delayInitToCheckForSearchAds` will be called on the iOS Branch instance. Ignored on Android.|Boolean|
105
-
|enableFacebookLinkCheck|If true, results in calling `enableFacebookAppLinkCheck()` in the Branch Android SDK and `registerFacebookDeepLinkingClass:` in the Branch iOS SDK.|Boolean|
106
-
|testKey|The test Branch key to use if useTestInstance is true. Ignored if useTestInstance is false or branchKey is present.|String|
107
-
|useTestInstance|Determines whether liveKey or testKey is used if branchKey is not present.|Boolean|
| branchKey | The Branch key to use. Overrides liveKey, testKey and useTestInstance. | String |
102
+
| liveKey | The live Branch key to use if useTestInstance is false. Ignored if useTestInstance is true or branchKey is present. | String |
103
+
| debugMode | If true, `setDebug` will be called in the native SDK, enabling testing of install events. | Boolean |
104
+
| enableFacebookLinkCheck | If true, results in calling `enableFacebookAppLinkCheck()` in the Branch Android SDK and `registerFacebookDeepLinkingClass:` in the Branch iOS SDK. | Boolean |
105
+
| testKey | The test Branch key to use if useTestInstance is true. Ignored if useTestInstance is false or branchKey is present. | String |
106
+
| useTestInstance | Determines whether liveKey or testKey is used if branchKey is not present. | Boolean |
108
107
109
108
## Example
110
109
@@ -116,7 +115,6 @@ See [branch.example.json](https://github.com/BranchMetrics/react-native-branch-d
0 commit comments