react-native-qrcode-scanner icon indicating copy to clipboard operation
react-native-qrcode-scanner copied to clipboard

react-native-camera is deprecated - dependency in this package

Open MaximilianDietel03 opened this issue 2 years ago • 17 comments

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?

MaximilianDietel03 avatar Jan 05 '22 17:01 MaximilianDietel03

Same problem

fabriciosautner avatar Jan 06 '22 01:01 fabriciosautner

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.

SaeedZhiany avatar Jan 11 '22 12:01 SaeedZhiany

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 ?

promit13 avatar Jan 20 '22 10:01 promit13

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 [email protected]

ThePJMP avatar Feb 01 '22 15:02 ThePJMP

@ThePJMP thanks buddy !

promit13 avatar Feb 03 '22 14:02 promit13

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

xulihang avatar Feb 22 '22 05:02 xulihang

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?

TakaKeiji avatar Feb 25 '22 22:02 TakaKeiji

@ThePJMP thanks buddy !

it work for you ?@promit13

Heanphearak avatar Apr 05 '22 09:04 Heanphearak

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 ?

jasonloeve avatar May 04 '22 02:05 jasonloeve

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?

ArturoTorresMartinez avatar Jun 28 '22 02:06 ArturoTorresMartinez

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.

pushpender-singh-ap avatar Jul 18 '22 19:07 pushpender-singh-ap

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

moaazsidat avatar Aug 01 '22 22:08 moaazsidat

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.

jasonloeve avatar Aug 02 '22 00:08 jasonloeve

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.

pushpender-singh-ap avatar Aug 02 '22 19:08 pushpender-singh-ap

camera not show now

fukemy avatar Sep 14 '22 10:09 fukemy

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 🙏

moaazsidat avatar Sep 22 '22 18:09 moaazsidat

This will help you https://www.youtube.com/watch?v=sE0MEyFA7E4&list=PLQhQEGkwKZUrempLnmxjt7ZCZJu1W3p2i&index=10

BraveEvidence avatar Feb 25 '23 14:02 BraveEvidence

Someone have been tried change from React-native-camera to react-native-vision-camera? if it is possible.

joaolvcas avatar May 04 '23 19:05 joaolvcas