-
-
Notifications
You must be signed in to change notification settings - Fork 846
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Feature Request
Allow to request multiple android permissions in one dialog.
Why it is needed
Common pattern in android is request multiple permissions in one dialog. For example, if you need to take a photo, you need to access CAMERA and EXTERNAL_STORAGE. This is already implemented in PermissionsAndroid RN module: https://facebook.github.io/react-native/docs/permissionsandroid#requestmultiple
Possible implementation
We can dig into RN module to get code from that.
gluons, dineshmm23 and mcgomez
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request