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
.then((value) =>console.log(`Can use full screen intent: ${value}`))
863
+
.catch(() =>console.warn('Cannot check full screen intent using setting'));
864
+
```
865
+
848
866
#### openPhotoPicker (iOS 14+)
849
867
850
868
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`.
0 commit comments