Closed sarisssa closed 4 months ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
I want to be able to scan multiple chips at once without the iOS Scan Modal Screen disappearing if the user presses a Keep Scanning toggle in the front end.
My approach barely works but the main issue I'm getting is that I keep getting Oops! [Error: Duplicated registration] and the iOS Scan Modal Screen keeps on appearing. I assume it's because I don't cancel the NFC registration properly?
Alternatively, should I amend the below and use the setEventListener and registerTagEvent API?
EDIT: Have tried incorporating feedback from this issue (https://github.com/revtel/react-native-nfc-manager/issues/408) but no dice yet.