revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.33k stars 317 forks source link

fix: cache the tag for later use #662

Closed moony-chen closed 11 months ago

moony-chen commented 11 months ago

Hello,

I'd like to enable the workaround for issue #661 save the tag so the connect() function can use it. In reader mode, the tag is already saved in ivar, add this for the foreground dispatch mode

Thanks,

whitedogg13 commented 11 months ago

@moony-chen I think it's a pretty elegant solution regarding #661 , thanks for the contribution!