yarn react-native-vision-camera 2.2.0
Release 2.2.0

latest releases: 4.0.5, 4.0.4, 4.0.3...
2 years ago

2.2.0 (2021-06-07)

BREAKING CHANGE

This release includes a breaking change. With #168, the use-cases are now separated and have to be explicitly enabled. So if you use video capture, use video={true} (and audio={true}). If you use photo capture, set photo={true}.

Bug Fixes

Features

  • Separate usecases (decouple microphone, video, photo) (#168) (72a1fad)
  • Add support for LEGACY Android devices (#168) (72a1fad)
  • Allow using the Camera without Microphone permission (#168) (72a1fad)
  • Allow recording Videos without Audio (#168) (72a1fad)

Performance

  • Improve startup speed by separating use-cases (#168) (72a1fad)

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

NewReleases is sending notifications on new releases.