Open Desteel opened 5 years ago
Same issue
Same for me
I found a way out of the situation using the onBarCodeRead
of react-native-camera with my handler and scanner mask.
experiencing this problem too. anyone who solved this issue?
experiencing this problem too. anyone who solved this issue?
Check this pull request 1a842ef
experiencing this problem too. anyone who solved this issue?
You can use onBarCodeRead
of react-native-camera with your handler and scanner mask.
experiencing this problem too. anyone who solved this issue?
Check this pull request 1a842ef
Works great. Thanks!
I have the same problem. How to solve it? The above method has no response.
I'm using the fork by @aimawari which is one commit ahead.
Use "react-native-qrcode-scanner": "github:aimawari/react-native-qrcode-scanner",
in your package.json
dependencies section
Note: this is a temporary solution while I wait aimawari pull request to be accepted and released on npm
experiencing this problem too. anyone who solved this issue?
Check this pull request 1a842ef
But you need:
react-native-permissions 2.0.0 exactly, it is up, not work, only with the 2.0.0
@aimawari pull request has been accepted and it is included in version 1.3.0
, released less than one day ago.
An error occurs while accessing permissions.
What's happening?
When I add a scanner component to the render.
How can it be reproduced?
I detected error here on step 1.
If i change
"camera"
fromconst CAMERA_PERMISSION = "camera";
on"ios.permission.CAMERA"
fromCAMERA: "ios.permission.CAMERA";
of react-native-permissions types, I achieve some result.