Menardi a4e241a431
fix: Fix photo not saving in example app on Android 13+ (#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.
2024-02-07 11:51:24 +01:00
..
2023-09-26 11:39:17 +02:00
2024-01-19 14:33:45 +01:00
2023-10-18 13:13:40 +02:00
2023-09-26 11:39:17 +02:00
2024-02-07 10:52:07 +01:00