appidea / react-native-hce

Emulate smart cards inside React-Native application.
MIT License
71 stars 26 forks source link

How can i know the data which i want to share is scanned by other Device? #1

Closed shashi-kiwi closed 3 years ago

shashi-kiwi commented 3 years ago

Hi, I start simulation and data is scanned by other device but How can i get to know that the other device has scanned? Thanks in Advance . Please answer asap. Thanks, Shashi

spsingh559 commented 3 years ago

I am having a similar question. Can we implement HCE reader in react native? All I can see is Emulating an NFC Card using React native but what about the reader app which can read emulated device?

My use case is to send a personal identifiable information data from one app to other in different mobile phones with NFC enabled. It would be great to see if any peer-to-peer data sharing using NFC example is there.

appidea commented 3 years ago

You probably need to use this library combined with react-native-nfc-manager to reach this kind of functionality

SurpriseMF3000 commented 2 years ago

Any new method?