You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: example/src/services/CallKeepService.ts
+4-1
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ const answerOption = {
19
19
notificationSound: undefined,//raw
20
20
};
21
21
// this service only focus for Android
22
+
22
23
exportclassCallKeepService{
23
24
privatestatic_instance?: CallKeepService;
24
-
privatesetupReady?: boolean;
25
+
staticnavigation: any;
25
26
constructor(){
26
27
//setup callkeep
27
28
// this.setupCallKeep();
@@ -138,6 +139,8 @@ export class CallKeepService {
138
139
const{ callUUID }=answerData;
139
140
// called when the user answer the incoming call
140
141
//navigate to another screen
142
+
//some project need to rehandle with redux state or other state manager refer https://github.com/linhvovan29546/react-native-full-screen-notification-incoming-call/issues/17#issuecomment-1318225574
0 commit comments