Skip to content

Commit 14161f7

Browse files
committed
Add doc about the accepted result during setup
1 parent 3c9aaa5 commit 14161f7

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
@@ -51,7 +51,7 @@ const options = {
5151
}
5252
};
5353

54-
RNCallKeep.setup(options);
54+
RNCallKeep.setup(options).then(accepted => {});
5555
```
5656

5757
- `options`: Object

0 commit comments

Comments
 (0)