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 ef57813 commit 231cf7aCopy full SHA for 231cf7a
src/ReactNativePermissions.re
@@ -44,4 +44,7 @@ module Permissions = {
44
45
[@bs.module "react-native-permissions"] [@bs.scope "default"]
46
external request: Constants.t => Js.Promise.t(Results.t) = "request";
47
+
48
+ [@bs.module "react-native-permissions"] [@bs.scope "default"]
49
+ external check: Constants.t => Js.Promise.t(Results.t) = "check";
50
};
0 commit comments