3.7.0 (2024-01-08)
✨ Features
- Add new
enableCodeScanner
prop tobuild.gradle
to make sureCodeScanner
always works (#2355) (5c99728) - Make
enableCodeScanner
expo config-plugin install the native dependency (#2348) (a8c16e3) - Make
Frame
thread-safe and improve error messages (#2327) (895f3ec)
🐛 Bug Fixes
- Fix "maxImages (3) has already been acquired" error (#2352) (2cd22ad)
- Fix "The given value for videoStabilizationMode could not be parsed" error (#2353) (833ffb8)
- Fix blackscreen issues and lifecycle when closing Camera (#2339) (0d21bc3)
- Fix crash when trying to
console.log(frame)
(#2335) (3dc7511) - Fix for inset of SENSOR_INFO_ACTIVE_ARRAY_SIZE for Android < 11 (#2306) (7905f2c)
- Fix iOS native
enableZoomGesture
zoom logic (#2329) (30c4f9e) - Fix min/max exposure range on Android (#2304) (0d3ecd1)
- Unwrap boxed JNI types directly (#2337) (ef4e9fa)
- Validate input props (
fps
,hdr
,torch
, ...) instead of silently crashing (#2354) (cc60ad2)