react-native-mlkit icon indicating copy to clipboard operation
react-native-mlkit copied to clipboard

Any considerations to bring in barcode scanning module?

Open henryngcw opened this issue 1 year ago • 4 comments

henryngcw avatar Jul 31 '24 03:07 henryngcw

Eventually we'd like to have all the MLKit Modules supported. BarCode is a somewhat low priorrity because Expo already has a BarCodeScanner module that works well.

Is there a specific feature in MLKit Bar Code scanning that isn't in expo's module? If so it might get bumped up the priority list.

trevor-coleman avatar Jul 31 '24 15:07 trevor-coleman

Ohh yes, we have been using that functionality from Expo. But we encountered issues for android specifically where the barcode scanner somehow struggles to decode lower quality QR images compared to IOS. Therefore, we are seeking alternative react-native library with MLKit Bar Code Scanning feature.

https://docs.expo.dev/versions/latest/sdk/camera/#camerascanfromurlasyncurl-barcodetypes

Screenshot 2024-08-01 at 3 16 30 PM

henryngcw avatar Aug 01 '24 07:08 henryngcw