revtel / react-native-nfc-manager

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

Bug: fix intents handling when they don't contain NFC tag [Android] #637

Closed storm2513 closed 1 year ago

storm2513 commented 1 year ago

Issue description:

react-native-nfc-manager thinks that every new intent is NFC intent

It leads to issue as requestTechnology callback is being called when tag is null every time when app returns to foreground/quick action is opened.

What changes have been made?

whitedogg13 commented 1 year ago

@storm2513 thanks for the contribution!

whitedogg13 commented 1 year ago

@storm2513 this one has been included in latest v3.14.5 release, thanks!