react-native-local-barcode-recognizer
react-native-local-barcode-recognizer copied to clipboard
The barcode recognizer for local image.
Results
6
react-native-local-barcode-recognizer issues
Sort by
recently updated
recently updated
newest added
fix https://github.com/januslo/react-native-local-barcode-recognizer/issues/7
报错,没有识别结果TypeError: null is not an object (evaluating '_reactNativeLocalBarcodeRecognizer.default.decode')
打开相册,选取二维码,android能识别二维码并拿到数据,ios执行的decode方法时,解析不了数据,得到的数据时空字符串。