Skip to content

Commit 5963709

Browse files
committed
Fix typo in readme, fixes #246
1 parent c7616f6 commit 5963709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ class RNCallKeepExample extends React.Component {
660660

661661
// Event Listener Callbacks
662662

663-
didReceiveStartCallAction(data) => {
663+
didReceiveStartCallAction = (data) => {
664664
let { handle, callUUID, name } = data;
665665
// Get this event after the system decides you can start a call
666666
// You can now start a call from within your app

0 commit comments

Comments
 (0)