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 8f49e2d commit a078534Copy full SHA for a078534
src/ReactNativeGeolocation.re
@@ -21,7 +21,7 @@ type config;
21
external config:
22
(
23
~skipPermissionRequests: bool=?,
24
- ~authorizationLevel: [@bs.string] [ | `always | `auto | `whenInUse]=?,
+ ~authorizationLevel: [ | `always | `auto | `whenInUse]=?,
25
unit
26
) =>
27
config;
0 commit comments