react-native-permissions
react-native-permissions copied to clipboard
An unified permissions API for React Native on iOS, Android and Windows.
# Bug report ## Summary Does not prompt the user for request when demanding the bluetooth permission on iphone 6. iOs version 12.4.2 When requesting the permissions with everything setup...
# Feature request Android 11 has a new feature that allows the user to enable a switch that will "auto revoke permissions" after a few months of no use. I...
### Bug summary react-native-permissions on Android does not handle [One-Time Permissions](https://developer.android.com/training/permissions/requesting#one-time) after exiting (background or lock phone) from the application for more than ~1 minute. [Video example](https://user-images.githubusercontent.com/40458927/187857463-e156f8d9-f259-4509-8f4d-bd40beab39d2.mov) Logcat 2022-09-01 10:21:50.183...
# Summary * Closes https://github.com/zoontek/react-native-permissions/issues/490 * Fixes an issue on iOS where you could not ask for `LOCATION_ALWAYS` permission if you already had `LOCATION_WHEN_IN_USE` permission. * This only impacts the...
### Why it is needed? Hi, would you be open as to expose shouldShowRequestPermissionRationale Android method? This is needed when you want to have a custom rationale screen and not...
### Why it is needed? Hi, I would like to ask a question regarding the new permission file from Apple: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api As we don't know what APIs are used internally...
### Why it is needed? In my project, I am utilizing the SCHEDULE_EXACT_ALARM feature. With the transition to Android 14 and onwards, there is a change in permission handling. In...
### Why it is needed? For react native, specifically for IOS, we do not see permission enablement for Homekit. In order to implement this there is a native implementation required....
### Why it is needed? For android, any app that has to manage files or storage will need this permission check in order to verify that the permission is enabled....
### Before submitting a new issue - [X] I tested using the latest version of the library, as the bug might be already fixed. - [X] I tested using a...