We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abba992 commit 4edc5baCopy full SHA for 4edc5ba
index.js
@@ -116,11 +116,10 @@ class RNCallKeep {
116
RNCallKeepModule.setCurrentCallActive();
117
};
118
119
- reportUpdatedCall(uuid, localizedCallerName) {
120
- return isIOS
+ reportUpdatedCall = (uuid, localizedCallerName) =>
+ isIOS
121
? RNCallKeepModule.reportUpdatedCall(uuid, localizedCallerName)
122
: Promise.reject('RNCallKeep.reportUpdatedCall was called from unsupported OS');
123
- }
124
125
_setupIOS = async (options) => new Promise((resolve, reject) => {
126
if (!options.appName) {
0 commit comments