Skip to content

Commit 20899a9

Browse files
committed
Add APP_TRACKING_TRANSPARENCY
1 parent 59c7ec5 commit 20899a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactNativePermissions.re

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ module Android = {
9292
};
9393

9494
module Ios = {
95+
[@bs.module "react-native-permissions"] [@bs.scope ("PERMISSIONS", "IOS")]
96+
external app_tracking_transparency: permission = "APP_TRACKING_TRANSPARENCY";
9597
[@bs.module "react-native-permissions"] [@bs.scope ("PERMISSIONS", "IOS")]
9698
external bluetooth_peripheral: permission = "BLUETOOTH_PERIPHERAL";
9799
[@bs.module "react-native-permissions"] [@bs.scope ("PERMISSIONS", "IOS")]

0 commit comments

Comments
 (0)