regulaforensics / react-native-document-reader

React-Native Framework for reading and validation of identification documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BR] Any further info to debug error messages?

danniellabot opened this issue · comments

image

Hi, I have been using the react-native-document-reader and when comparing it to the demo off the app store, the local build one (cloned this repo), it does not like the RFID on the same ID card unfortunately. Hope you could help advise please on how to debug?

In short - RFID scan works on App Store demo app, does not work in cloned repo. Package.json deps:
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "^6.4.0",
"@regulaforensics/react-native-document-reader-core-fullrfid": "^6.4.0",
"react": "17.0.2",
"react-native": "^0.67.0",
"react-native-check-box": "^2.1.7",
"react-native-fs": "^2.18.0",
"react-native-image-picker": "^4.1.2",
"react-native-progress": "5.0.0",
"react-native-radio-buttons-group": "^2.2.7",
"react-native-svg": "^12.3.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/runtime": "7.16.0",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},

Hi @danniellabot! Based on the screenshot, it seems that the connection between the RFID reader and the tag was lost. Does the issue reproduce constantly and with any document? Is it possible to reproduce it in our demo project that is available in this repo?

Hey @vyakimchik , thanks for getting back to me quickly. Yes, the demo project in this repo is the one that I am using that produces this error. I'll give a few more gos and see how it fares.

It worked for me, had to move it around to get a successful read - thanks!