Skip to content

Commit c64ec3e

Browse files
author
Sylvain Boily
authored
Merge pull request #362 from martin-juul/patch-1
Fix return type on setup
2 parents cacd8c6 + be723d9 commit c64ec3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ declare module 'react-native-callkeep' {
4646

4747
static removeEventListener(type: Events): void
4848

49-
static setup(options: IOptions): Promise<void>
49+
static setup(options: IOptions): Promise<boolean>
5050

5151
static hasDefaultPhoneAccount(): boolean
5252

0 commit comments

Comments
 (0)