Open MaximilianDietel03 opened 2 years ago
Same problem
react-native-vision-camera needs Android 21+ and iOS 11+. So maybe it's not an ideal solution. because it makes developers drop support for lower versions that are currently working on old devices.
Any update on this ? I want to integrate qr code scanner on my app. I want to install this package, but it is dependent of react-native-camera. Now react-native-camera is deprecated, I can't install it. Any idea how can I make this package work ?
Any update on this ? I want to integrate qr code scanner on my app. I want to install this package, but it is dependent of react-native-camera. Now react-native-camera is deprecated, I can't install it. Any idea how can I make this package work ?
Just install the specific version of the package.
yarn add react-native-camera@4.2.1
@ThePJMP thanks buddy !
Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like vision-camera-dynamsoft-barcode-reader and vision-camera-code-scanner
Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like vision-camera-dynamsoft-barcode-reader and vision-camera-code-scanner
But what if i want to support previous SDK 21 versions or iOS 10?
@ThePJMP thanks buddy !
it work for you ?@promit13
Not sure I want to use this package on a new build if its based on a deprecated package.
Has anyone found a good alternative ?
Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like vision-camera-dynamsoft-barcode-reader and vision-camera-code-scanner
@jasonloeve Isn't this what you're looking for?
Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like vision-camera-dynamsoft-barcode-reader and vision-camera-code-scanner
But what if i want to support previous SDK 21 versions or iOS 10?
use older version of this package if you need to use SDK 21 or IOS 10.
The appeal of this library has mostly been the plug and play nature with a default reasonable UI – I'll try and find time over the next few weeks to migrate over to react-native-vision-camera
.
If you or your organization is using this library commercially, please consider Sponsoring / Donating
Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like vision-camera-dynamsoft-barcode-reader and vision-camera-code-scanner
@jasonloeve Isn't this what you're looking for?
Cheers, i made use of vision-camera-code-scanner which works perfectly.
Since react-native-camera is deprecated in favor of react-native-vision-camera, maybe we should turn to vision-camera and its frame processor plugins like vision-camera-dynamsoft-barcode-reader and vision-camera-code-scanner
@jasonloeve Isn't this what you're looking for?
Cheers, i made use of vision-camera-code-scanner which works perfectly.
I will use this package tysm.
camera not show now
After looking at the alternatives, I don't think it's valuable continuing active development on this project. However, we'll still accept any patches as pull requests.
As mentioned above, it makes sense to use react-native-vision-camera with its plugin vision-camera-code-scanner.
If you have compelling reason why active development should continue, please put it down on this issue. If there are none, I'll put up a deprecation notice in the next few days.
Thanks to all contributors to this project 🙏
Someone have been tried change from React-native-camera to react-native-vision-camera? if it is possible.
How can I go about this? React-native-camera is recommending react-native-vision-camera. Will this be the new dependency and do I need to add it?