yarn react-native-vision-camera 3.5.0
Release 3.5.0

latest releases: 4.4.1, 4.4.0, 4.3.2...
8 months ago

3.5.0 (2023-10-19)

Two breaking changes:

  1. VisionCamera 3.5.0 changes the way Frame Processor Plugins are registered - they now should be registered in the FrameProcessorPluginRegistry from within a static block on Android, and the VISION_EXPORT_FRAME_PROCESSOR_PLUGIN macro on iOS. See the docs for more information. (The old way will still work, but the new way is more stable)
  2. VisionCamera 3.5.0 also changes the way Frame Processor Plugins are loaded/initialized. Instead of VisionCameraProxy.getFrameProcessorPlugin(..), you should now use VisionCameraProxy.initFrameProcessorPlugin(..). (The old way will still work, but will be removed in the next version)

✨ Features

  • Make Frame Processors work on API <29 (#2041) (217461f)
  • Reintroduce Macros for Frame Processor Plugin registration (#2027) (a291642)
  • Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038) (07027d8)

🐛 Bug Fixes

  • Add getFrameProcessorPlugin for backwards compatibility (#2040) (da25aa1)
  • Fix torch not working on iOS (#2031) (89dfd35)
  • Fix build on Xcode 14 (#2033) (2666ac5)
  • Initialize Plugins in a static block of ReactPackage (#2039) (3929c0a)
  • Remove unneeded kotlin-android-extensions dependency (#2034) (9573ae1)

Don't miss a new react-native-vision-camera release

NewReleases is sending notifications on new releases.