We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d800b6d commit ef308feCopy full SHA for ef308fe
src/index.js
@@ -85,7 +85,7 @@ class Branch {
85
}
86
87
/*** RNBranch singleton methods ***/
88
- setDebug = () => { throw 'setDebug() is not supported in the RN SDK. For a solution in native code, please see https://rnbranch.app.link/hGj7E61EhD' }
+ setDebug = () => { throw 'setDebug() is not supported in the RN SDK. For other solutions, please see https://rnbranch.app.link/setDebug' }
89
getLatestReferringParams = RNBranch.getLatestReferringParams
90
getFirstReferringParams = RNBranch.getFirstReferringParams
91
setIdentity = (identity) => RNBranch.setIdentity(identity)
0 commit comments