You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -911,8 +897,6 @@ import {openSettings} from 'react-native-permissions';
911
897
openSettings().catch(() =>console.warn('cannot open settings'));
912
898
```
913
899
914
-
---
915
-
916
900
#### openPhotoPicker (iOS 14+)
917
901
918
902
Open a picker to update the photo selection when `PhotoLibrary` permission is `limited`. This will reject if unsupported or if full permission is already `granted`.
When `LocationAlways` or `LocationWhenInUse` is `granted`, allow requesting the user for his precise location. Will resolve immediately if `full` accuracy is already authorized.
0 commit comments