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 ae52156 commit 4126207Copy full SHA for 4126207
README.md
@@ -9,7 +9,7 @@ Android support to come shortly.
9
var branch = require('react-native-branch');
10
11
//Receives the initSession's result as soon as it becomes available
12
-branch.getInitSessionResultPatiently({params, error} => { });
+branch.getInitSessionResultPatiently(({params, error}) => { });
13
14
branch.setDebug();
15
branch.getLatestReferringParams((params) => { });
0 commit comments