moaazsidat / react-native-qrcode-scanner

A QR code scanner component for React Native.
MIT License
2.04k stars 516 forks source link

React Native qrcode scanner on Windows #385

Open marek8623 opened 2 years ago

marek8623 commented 2 years ago

I am trying to use react-native-qrcode-scanner on Windows (both desktop and tablet) but I am getting this error: Camera not authorized.

Are you supporting react native for windows?

Used plugins: "react-native-camera": "^4.2.1" "react-native-qrcode-scanner": "^1.5.5"

System: OS: Windows 10 10.0.19044 CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz Memory: 3.74 GB / 15.39 GB

Binaries: Node: 14.17.0 - ~.nvm\versions\node\v14.17.0\bin\node.EXE Yarn: 1.22.19 - ~.nvm\versions\node\v14.17.0\bin\yarn.CMD npm: 6.14.13 - ~.nvm\versions\node\v14.17.0\bin\npm.CMD Watchman: Not Found

SDKs: Android SDK: Not Found Windows SDK: AllowDevelopmentWithoutDevLicense: Enabled AllowAllTrustedApps: Enabled Versions: 10.0.18362.0, 10.0.19041.0

IDEs: Android Studio: Not Found Visual Studio: 16.11.32602.291 (Visual Studio Community 2019)

Languages: Java: Not Found

npmPackages: @react-native-community/cli: Not Found react: 17.0.2 => 17.0.2 react-native: 0.67.0 => 0.67.0 react-native-windows: 0.67.13 => 0.67.13

npmGlobalPackages: react-native: Not Found

Thank you very much for your help.