R

React Native Vision Camera

R
React Native Vision Camera Mobile v5.2.1

Release 5.2.1

5.2.1 (2026-07-31) ✨ Features Add allowHapticsAndSystemSoundsPlayback (#4110) (4ff9cf4) Expose CameraSessionConfiguration props via <Camera /> (#4111) (ad527e0) 🐛 Bug Fixes Fix GPU Resizer orientation being applied before mirroring (#4105) (8a509d8) Fix uncatchable NSException crash in setOutputSettings() on iOS (#4081) (efdd164) Update Nitro to 0.36.4 to fix ANR in Frame Output std::recursive_mut…

R
React Native Vision Camera Mobile v5.2.0

Release 5.2.0

5.2.0 (2026-07-27) ✨ Features Add 'stretch' ScaleMode to GPU Resizer (#4085) (7c013fe) Add targetResolution prop to <SkiaCamera> (#4089) (b5380ff) Add zoom, exposure and torchMode to <SkiaCamera> (#4101) (867f008) 🐛 Bug Fixes Add Harness test for focus(…, { adaptiveness: 'locked' }) (#4078) (003b2c8) Fix preview resolution negotiation biasing towards 4k (#4083) (bc25cdd) Simplify microphone detect…

R
React Native Vision Camera Mobile v5.1.1

Release 5.1.1

5.1.1 (2026-07-17) ✨ Features Implement focus(…, { adaptiveness: 'locked' }) on Android (7e7ae70) Upgrade CameraX to 1.7.0-alpha02 (#4068) (3b46a05) 💨 Performance Improvements Use official CameraX PRIVATE ImageReader implementation (59e1d41) 🐛 Bug Fixes Fix getSupportedResolutions('photo') throwing on some Androids (#4077) (391d765) Remove ListenableFuture workaround (dd68d69) Use official Hardwar…

R
React Native Vision Camera Mobile v5.1.0

Release 5.1.0

5.1.0 (2026-07-01) ✨ Features Add scanCodesInImage(...) to scan static Images via Barcode Scanner (#3995) (3106137) Add support for passing declarative position to Camera Device configuration (#4057) (be75cce), closes #4059 Better useCameraDevice(...) including default Cameras (#4053) (38140ce) Properly report YUV range (-full or -video) on Android (#4034) (fd23573) Support getDefaultCamera('exter…

R
React Native Vision Camera Mobile v5.0.11

Release 5.0.11

5.0.11 (2026-05-27) ✨ Features Add Frame.hasPixelBuffer and Frame.hasNativeBuffer (#3928) (efdc142) 🐛 Bug Fixes Allow single cameras in supportedMultiCamDeviceCombinations (#3927) (bacb7a1) Bump CI timeout (eb98a32) Close HardwareBuffer Java ref (#3904) (f658097) Fix ByteBuffer reading from stale offset by rewinding it before reading (#3921) (f160f0a) Fix start()/stop() not being awaitable on Andr…

R
React Native Vision Camera Mobile v5.0.10

Release 5.0.10

5.0.10 (2026-05-19) ✨ Features Add CameraPhotoOutput.prepareSettings(...) (#3877) (26b15f7) Add currentResolution to CameraOutput (#3865) (400d714) Add supportsTorchStrength, minTorchStrength, maxTorchStrength and enableTorchWithStrength(...) (#3854) (5413634) Add support for specifying a custom video path (#3844) (f86399e) 💨 Performance Improvements Mark Swift implementation classes final (#3888)…

R
React Native Vision Camera Mobile v5.0.9

Release 5.0.9

5.0.9 (2026-05-05) 🐛 Bug Fixes Fix app crashing when proguard is enabled (#3835) (ef09ba9) Fix iOS <15 crash in photo capture (isHighResolutionPhotoEnabled) (#3836) (174d2ed) Fix Swift 6 compiler crash in HybridBarcodeScannerOutput.swift (#3832) (6f2374f) 📚 Documentation Refine docs for multi-cam a bit (25eb7cb)

R
React Native Vision Camera Mobile v5.0.8

Release 5.0.8

5.0.8 (2026-04-28) ✨ Features Add supportedMultiCamDeviceCombinations (#3817) (2179030) Add supportedMultiCamDeviceCombinations (with fixed nitrogen __element) (#3821) (8da5b00), closes #3820 🐛 Bug Fixes Fix NullPointerException in acquireLatestImage() for PRIVATE ImageReaderProxy (#3811) (2986ad2) Fix Barcode Formats being ignored by wrong union(..) Swift usage (#3808) (e68ad3a) 📚 Documentation H…

R
React Native Vision Camera Mobile v5.0.7

Release 5.0.7

5.0.7 (2026-04-27) ✨ Features Add maxDuration and maxFileSize to Recorder (#3784) (ffc0770) Add RecordingFinishedReason (#3786) (16448a5) Proper Harness tests (#3793) (f77dcc4) 💨 Performance Improvements Cache GitHub workflows even more (#3791) (baaad17) 🐛 Bug Fixes Better typed CommonResolutions + CommonDynamicRanges (#3792) (350cfb4) Fix invalidAVFileType error by not using MIME type (#3783) (4a…

R
React Native Vision Camera Mobile v5.0.5

Release 5.0.5

5.0.5 (2026-04-23) ✨ Features Add onSubjectAreaChanged listener (#3778) (997c099) Allow configuring Video FileType (mp4 / mov) (#3774) (c68f111) 🐛 Bug Fixes Fix Array.reduce not having an initial value and throwing (#3769) (d53a93a) Fix isActive not pausing after Host RESUME on Android (#3761) (3304687) Fix wrong name .quickTimeMovie (252cf6b) remove postinstall tsc hook (#3764) (677aaec), closes…

R
React Native Vision Camera Mobile v5.0.4

Release 5.0.4

5.0.4 (2026-04-21) 🐛 Bug Fixes Fix iOS build by restoring UIImage.Orientation references after rename (#3757) (f24c79a), closes #3754

R
React Native Vision Camera Mobile v5.0.3

Release 5.0.3

5.0.3 (2026-04-21) 🐛 Bug Fixes Fix crash in BarcodeScanner on deliversPreviewSizedOutputBuffers (#3755) (888f173) Rename Orientation to CameraOrientation to workaround name clash for now (#3754) (ed93ddc) 📚 Documentation Add note about disposing Photo when no longer used (#3753) (5b5636f)