Firstly, thankyou for your open source software and contribution to the community, I appreciate you do this in your free time and am thankful for the software you have provided through your hard work. Making the below issue as clear as possible;
Request
A working code sample showing how to implement multiple scanning using react-native-nfc-manager
Scenario
React-Native app where the user can toggle on bulk scanning mode and scan multiple tags without any user interaction between scans.
"react-native-nfc-manager": "^3.17.1"
"react-native": "0.76.3",
"react": "18.3.1",
Requirements
- NFC tag ID
tag.id must be received (use as identifier in API requests)
- Working on both IOS and Android platforms
- No user interaction between tag scans
- No limit to number of tags scanned
- User can 'cancel' the scanning to exit the bulk scanning flow and view their results
- NDEF + MiFare
Methods tried before
I have spend considerable time trying to resolve before asking here.
If anyone can help me with a complete, working code sample I would be very grateful. Thankyou.
Firstly, thankyou for your open source software and contribution to the community, I appreciate you do this in your free time and am thankful for the software you have provided through your hard work. Making the below issue as clear as possible;
Request
A working code sample showing how to implement multiple scanning using react-native-nfc-manager
Scenario
React-Native app where the user can toggle on bulk scanning mode and scan multiple tags without any user interaction between scans.
Requirements
tag.idmust be received (use as identifier in API requests)Methods tried before
I have spend considerable time trying to resolve before asking here.
NfcManager.restartTechnologyRequestIOS()as mentioned but cannot get it to worktag.idis present on received tag.If anyone can help me with a complete, working code sample I would be very grateful. Thankyou.