react-native-camera / react-native-camera

A Camera component for React Native. Also supports barcode scanning!

Home Page:https://react-native-camera.github.io/react-native-camera/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After the 4.0.0 migration, mlkit doesn't work as fast as before on IOS platform.

HyopeR opened this issue · comments

I'm sorry that this package is deprecated. I tried alternatives to this package but couldn't find my request. I use this package to read barcodes and texts in an application.

In version react-native-camera 3.44.3.

On the Android platform;
onGoogleVisionBarcodesDetected and onBarcodeRead were running slow.

On the Ios platform;
onBarcodeRead function was working fast.

Version react-native-camera 4.0.0 and later.

On the Android platform;
onGoogleVisionBarcodesDetected works fast.

On the Ios platform;
onBarcodeRead is now running slow.

With the 4.0.0 migration, Google Mlkit started to be used instead of Firebase Mlkit, but unfortunately the package does not work stably with Google Mlkit on the Ios side. I know the package is deprecated but I think one day this problem can be solved if someone who can keep this package.

https://github.com/react-native-camera/react-native-camera/releases/tag/v4.0.0

Ps: I tried reading barcode (Code 128 and Qr code) and text recognize.