react-native-nfc-manager icon indicating copy to clipboard operation
react-native-nfc-manager copied to clipboard

While scanning multiple NFC tags in iOS, how can a react native app know when the scan completes?

Open nandrew132 opened this issue 1 year ago • 0 comments

I have a react native app that scans multiple NFC tags. I have my own UI that handles the start and stop of when to stop scanning (since i scan multiple tags). Works perfectly in Android. In iOS however, iphone's tag scanning UI overrides my app's UI. So when the user scans multiple tags and clicks done on the iphone's NFC Scanning UI, my react native app UI has no way of knowing the scanning is completed.

So the question is: Is there a way for my react native UI to know that the Done button has been clicked or can i override the iphone's UI and use my own custom UI?

nandrew132 avatar Apr 08 '24 20:04 nandrew132