Skip to content

Commit 231cf7a

Browse files
add check method
1 parent ef57813 commit 231cf7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ReactNativePermissions.re

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ module Permissions = {
4444

4545
[@bs.module "react-native-permissions"] [@bs.scope "default"]
4646
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";
4750
};

0 commit comments

Comments
 (0)