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 59c7ec5 commit 20899a9Copy full SHA for 20899a9
src/ReactNativePermissions.re
@@ -92,6 +92,8 @@ module Android = {
92
};
93
94
module Ios = {
95
+ [@bs.module "react-native-permissions"] [@bs.scope ("PERMISSIONS", "IOS")]
96
+ external app_tracking_transparency: permission = "APP_TRACKING_TRANSPARENCY";
97
[@bs.module "react-native-permissions"] [@bs.scope ("PERMISSIONS", "IOS")]
98
external bluetooth_peripheral: permission = "BLUETOOTH_PERIPHERAL";
99
0 commit comments