react-native-qrcode-scanner-view
react-native-qrcode-scanner-view copied to clipboard
A highly customizable QR code scanning component for React Native
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Attempt to invoke virtual method 'double java.lang.Double.doubleValue()' an a null object reference
0.61.4使用时出错 ``` "dependencies": { "react": "16.9.0", "react-native": "0.61.4", "react-native-camera": "^3.9.0", "react-native-qrcode-scanner": "^1.3.0" }, ``` 
Hi, I have this warning: -[RNCamera updateFlashMode]: device doesn't support flash mode how can i fix this error? Thank you!
Hi, how can I check if the device has a flash or torch? Useful links: https://github.com/react-native-camera/react-native-camera/pull/116 https://github.com/ludo/react-native-torch
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
第一次进入路由页面没有相机权限就会直接闪退,请问需要怎么处理?
2019-11-19 11:58:13.649 5170-5195/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules Process: cn.sg.jxc, PID: 5170 java.lang.NullPointerException: Attempt to invoke virtual method 'double java.lang.Double.doubleValue()' on a null object reference at com.facebook.react.bridge.ReadableNativeArray.getDouble(ReadableNativeArray.java:91) at com.facebook.react.bridge.JavaMethodWrapper$4.extractArgument(JavaMethodWrapper.java:63) at com.facebook.react.bridge.JavaMethodWrapper$4.extractArgument(JavaMethodWrapper.java:59)...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
 中文版引入应该是: import { QRScannerView } from 'react-native-qrcode-scanner-view';
比如限定只能扫描二维码QRCODE或者一维码BARCODE?