Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix photo not saving in example app on Android 13+ (mrousavy#2522)
On Android 13+, requesting the WRITE_EXTERNAL_STORAGE permission immediately denies, without asking the user. The @react-native-camera-roll/camera-roll plugin being used already supports using scoped storage for saving images on Android 13+, so this commit skips the permission check in that case, since no permissions are needed.
- Loading branch information