react-native-vision-camera/package
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
..
android fix: Fix PreviewView being stretched (#2519) 2024-02-07 11:50:33 +01:00
cpp fix: Fix crash in toArrayBuffer() by properly acquiring a reference on AHardwareBuffer* (#2490) 2024-01-31 20:32:02 +01:00
example fix: Fix photo not saving in example app on Android 13+ (#2522) 2024-02-07 11:51:24 +01:00
ios chore: Remove unused file AVCaptureConnection+setInterfaceOrientation.swift 2024-01-26 10:20:55 +01:00
scripts chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
src feat: Create persistent CaptureSession to avoid any blackscreen issues or errors (#2494) 2024-02-06 14:19:25 +01:00
.eslintrc.js chore: Remove _log from eslint 2024-01-19 14:33:45 +01:00
.gitattributes Update .gitattributes 2023-10-18 13:13:40 +02:00
.gitignore docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
.prettierrc.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
app.plugin.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
babel.config.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
package.json chore: Update npm keywords 2024-02-07 10:52:07 +01:00
tsconfig.json chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
VisionCamera.podspec feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) 2024-01-12 16:00:36 +01:00
yarn.lock chore(deps-dev): bump @expo/config-plugins from 7.2.5 to 7.8.4 in /package (#2477) 2024-01-31 17:29:28 +01:00