Skip to content

Commit f975c77

Browse files
committed
Add enableFacebookLinkCheck to branch-json.md in maintenance-3.x branch.
1 parent df8f903 commit f975c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/branch.json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ version 3.x of react-native-branch, using [RNBranchModule.getAutoInstance()](htt
9797
|key|description|type|
9898
|---|---|---|
9999
|branchKey|The Branch key to use. Overrides liveKey, testKey and useTestInstance.|String|
100-
|liveKey|The live Branch key to use if useTestInstance is false. Ignored if useTestInstance is true or branchKey is present.|String|
101100
|debugMode|If true, `setDebug` will be called in the native SDK, enabling testing of install events.|Boolean|
102101
|delayInitToCheckForSearchAds|If true, `delayInitToCheckForSearchAds` will be called on the iOS Branch instance. Ignored on Android.|Boolean|
102+
|enableFacebookLinkCheck|If true, results in calling `enableFacebookAppLinkCheck()` in the Branch Android SDK and `registerFacebookDeepLinkingClass:` in the Branch iOS SDK.|Boolean|
103+
|liveKey|The live Branch key to use if useTestInstance is false. Ignored if useTestInstance is true or branchKey is present.|String|
103104
|testKey|The test Branch key to use if useTestInstance is true. Ignored if useTestInstance is false or branchKey is present.|String|
104105
|useTestInstance|Determines whether liveKey or testKey is used if branchKey is not present.|Boolean|
105106

0 commit comments

Comments
 (0)