We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff04cf commit db05a7aCopy full SHA for db05a7a
1 file changed
index.js
@@ -46,7 +46,7 @@ class RNCallKeep {
46
47
hasRequiredPermissions = async (options) => {
48
if(isIOS) {
49
- return true
+ return true;
50
}
51
RNCallKeepModule.setup(options);
52
return await this.hasPhoneAccount();
0 commit comments