You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
First of all thanks for your library, It'll be really helpfull for me when I make it work.
I'm trying to build a qr scan app with your package and it can't get the available scanners neither retrieve any data when I press the scan button. This is what I did so far:
First thing I did was to run your git hub repository and it worked as expected, it show the availables scanners and also if I press the button scanner it retrieves data as you can see here:
Then I init a react native project from zero and installed your npm package but I get this, It doesn´t list the available scans and neither retrives data when I press the scan button but The scanner beam emits though , here is a screenshot of what I got:
I read the issue Can't seem to recieve intent and changed this "PACKAGE_NAME": "com.rn066datawedge" but it didn't work.
Sorry I just realize that this line "PACKAGE_NAME": "com.rn066datawedge" had to have the name of my package, I changed and it worked, now it retrieves the scanned data, however it doesn´t get the available scanners but I don´t know why.
First of all thanks for your library, It'll be really helpfull for me when I make it work.
I'm trying to build a qr scan app with your package and it can't get the available scanners neither retrieve any data when I press the scan button. This is what I did so far:
"PACKAGE_NAME": "com.rn066datawedge"
but it didn't work.These are the versions of my dependencies:
This is a repository with my code: repository
Maybe Do I have to change something in my manifest or graddle? Do you have any insight here?
Thanks in advanced.
The text was updated successfully, but these errors were encountered: