From be723d96c7ae4c67bd12b8b045c6b8322199d690 Mon Sep 17 00:00:00 2001 From: Martin Juul Date: Mon, 8 Feb 2021 14:37:12 +0100 Subject: [PATCH] Fix return type on setup Setup returns a boolean --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index fa75eb98..23be9275 100644 --- a/index.d.ts +++ b/index.d.ts @@ -45,7 +45,7 @@ declare module 'react-native-callkeep' { static removeEventListener(type: Events): void - static setup(options: IOptions): Promise + static setup(options: IOptions): Promise static hasDefaultPhoneAccount(): boolean