react-native-permissions
react-native-permissions copied to clipboard
An unified permissions API for React Native on iOS, Android and Windows.
update when `RESULTS.LIMITED` is possible # Summary Current docs don't state when `RESULTS.LIMITED` is returned. I had to search github issue for it. This PR solves this confusion. Will change...
### Before submitting a new issue - [X] I tested using the latest release of the library, as maybe the bug has been already fixed. - [X] I checked for...
# Summary The limited contact permission is coming for iOS 18 ([Apple's documentation](https://developer.apple.com/documentation/contacts/cnauthorizationstatus/limited)). The PR is to support that ## Test Plan ### What's required for testing (prerequisites)? - iOS...
# Summary I managed the new permission for scheduling exact alarms in Android 13 and higher. ## Test Plan I added this permission to the sample app. ### What's required...
### Why it is needed? Currently the Permission type does not support private/signature permissions like com.google.android.gms.permission.CAR_VENDOR_EXTENSION, I would like to ask to support those permissions as well or at least...
### 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...
### 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...