revtel / react-native-nfc-manager

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

Android Indicator #741

Open jigar-parmar-13 opened 2 months ago

jigar-parmar-13 commented 2 months ago

In Android side while reading nfc tag does any kind of pop up modal will be display like ios or not ? and also please let me know which android version will support this? bcoz i get error in android 11 with checking await NfcManager.isSupported();

pke commented 2 months ago

No, for Android you have to create a UI yourself.

jigar-parmar-13 commented 2 months ago

Okay Thanks for reply @pke, which android version will support this? bcoz i get error in android 11 with checking await NfcManager.isSupported();