Skip to content

Instantly share code, notes, and snippets.

View Hesowcharov's full-sized avatar

Dmitry Ovcharov Hesowcharov

  • Russia, Krasnodar
View GitHub Profile
@Hesowcharov
Hesowcharov / react-native-callkeep+4.3.3.patch
Created July 6, 2022 09:30
react-native-callkeep: fulfill end call actions
diff --git a/index.d.ts b/index.d.ts
index dd24741..855f018 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -134,6 +134,8 @@ declare module 'react-native-callkeep' {
static endCall(uuid: string): void
+ static fulfillEndCall(uuid: string): void
+