-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Description
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.idmust 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.
- How to continuously read tags? #269 I have tried to use this method and cannot get it to work
- Reading multiple non-NDEF tags in a single session - iOS #774, Can iOS read multiple tags without dismissing its UI? #720 I have tried using
NfcManager.restartTechnologyRequestIOS()as mentioned but cannot get it to work - Youtube - Build an NFC Phone Tag Game for iOS and Android with Richie Hsieh, ex-software lead at MediaTek I have got this method working for multiple scans however no
tag.idis present on received tag.
If anyone can help me with a complete, working code sample I would be very grateful. Thankyou.
davidgittins
Metadata
Metadata
Assignees
Labels
No labels