vision-camera-code-scanner
vision-camera-code-scanner copied to clipboard
VisionCamera Frame Processor Plugin to read barcodes using MLKit Vision QrCode Scanning
LOG Running "AwesomeProject" with {"rootTag":1} ERROR ReferenceError: Property '__scanQRCodes' doesn't exist, js engine: hermes at App (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.awesomeproject&modulesOnly=false&runModule=true:131614:41) at RCTView at View at RCTView at View at AppContainer (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.awesomeproject&modulesOnly=false&runModule=true:77063:36) at AwesomeProject(RootComponent)...
No matter what I do I end up with this error and I am desperate. Things I tried from other github issues - remove/reinstall `node_modules` - run `react-native start --reset-cache`...
i have following package json "@expo/react-native-action-sheet": "^3.13.0", "@gorhom/bottom-sheet": "^4", "@gorhom/portal": "^1.0.13", "@react-native-async-storage/async-storage": "^1.16.1", "@react-native-community/blur": "^3.6.0", "@react-navigation/bottom-tabs": "^6.2.0", "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@rneui/base": "^4.0.0-rc.1", "@rneui/themed": "^4.0.0-rc.1", "@types/lodash.isequal": "^4.5.5", "@types/react-native-snap-carousel": "^3.8.5", "axios":...
this pull request was created to resolve https://github.com/rodgomesc/vision-camera-code-scanner/issues/62 with react-native-vision-camera V3.
## With following versions react-native: 0.70.7 react-native-vision-camera: 2.15.6 vision-camera-code-scanner: 0.2.0 react-native-reanimated: 2.14.4 react-native-screens: 3.25.0 Whenever any API that causes app/bridge to restart e.g. Codepush.restart or RNRestart.restart, app crashes with below...
 module.exports = function (api) { api.cache(true); return { presets: ["babel-preset-expo"], plugins: [ ["react-native-worklets-core/plugin"], [ "react-native-reanimated/plugin", { globals: ["__scanOCR"], }, ], ], }; }; How to fix that?????
react-native-vision-camera is currently undergoing a rewrite to a new major version, v3: [https://github.com/mrousavy/react-native-vision-camera/issues/1376](https://github.com/mrousavy/react-native-vision-camera/issues/1376). This pull request would update vision-camera-code-scanner to support it. This code was tested against commit [af4e366](https://github.com/mrousavy/react-native-vision-camera#af4e366312a2335535f80109e6bf0b3a977444f0) from...
This package is lacking maintenance, keep running into issues building with latest rnvc ...... you all should try out https://github.com/teslamotors/react-native-camera-kit#readme if you've been having same issue UPDATE ---- check this...
I'm on React-Native 0.72.4, React-Native-Vision-Camera 3.0.0-rc4 Getting this error: /home/matthew/dev/stackbayapp/node_modules/vision-camera-code-scanner/android/src/main/java/com/visioncameracodescanner/VisionCameraCodeScannerPlugin.java:40: error: VisionCameraCodeScannerPlugin is not abstract and does not override abstract method callback(Frame,ReadableNativeMap) in FrameProcessorPlugin public class VisionCameraCodeScannerPlugin extends FrameProcessorPlugin {...
I am getting this error when i try to build for ios