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 0a972de commit b1f4922Copy full SHA for b1f4922
README.md
@@ -379,6 +379,7 @@ PERMISSIONS.ANDROID.WRITE_EXTERNAL_STORAGE;
379
380
// iOS permissions
381
382
+PERMISSIONS.IOS.APP_TRACKING_TRANSPARENCY;
383
PERMISSIONS.IOS.BLUETOOTH_PERIPHERAL;
384
PERMISSIONS.IOS.CALENDARS;
385
PERMISSIONS.IOS.CAMERA;
example/ios/RNPermissionsExample/Info.plist
@@ -67,6 +67,8 @@
67
<string>Let me use your reminders</string>
68
<key>NSSpeechRecognitionUsageDescription</key>
69
<string>Let me use speech recognition</string>
70
+ <key>NSUserTrackingUsageDescription</key>
71
+ <string>Let me use your ad identifier</string>
72
<key>UIAppFonts</key>
73
<array>
74
<string>MaterialCommunityIcons.ttf</string>
0 commit comments