react-native-qrcode-scanner-view icon indicating copy to clipboard operation
react-native-qrcode-scanner-view copied to clipboard

A highly customizable QR code scanning component for React Native

Results 15 react-native-qrcode-scanner-view issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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" }, ``` ![image](https://user-images.githubusercontent.com/25131086/69123431-4d0cf880-0adc-11ea-8992-9badf45e58db.png)

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,...

dependencies

第一次进入路由页面没有相机权限就会直接闪退,请问需要怎么处理?

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...

dependencies

![image](https://user-images.githubusercontent.com/50160159/85498671-b9bc1880-b612-11ea-978b-788c350b119b.png) 中文版引入应该是: import { QRScannerView } from 'react-native-qrcode-scanner-view';

比如限定只能扫描二维码QRCODE或者一维码BARCODE?