hello, I am trying to put the qrcode scanner on react-native-web, but can't get it to work.
I get this error:
ERROR in ../node_modules/react-native-qrcode-scanner/index.js 68:6
Module parse failed: Unexpected token (68:6)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| cameraType: 'back',
| notAuthorizedView: (
> <View
| style={{
| flex: 1,
hello, I am trying to put the qrcode scanner on react-native-web, but can't get it to work. I get this error:
Build details?