revtel / react-native-nfc-manager

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

In React native nfc read tags and Tech type but not able to show Infornation that we write on tag #627

Closed irfanhaider10060 closed 1 year ago

irfanhaider10060 commented 1 year ago

My code here only I get tag ID and Tag tech information in Tag variable not able to receive data that we write on Tag Tag Tech that received android.nfc.tech.NFCA android.nfc.tech.MifareUltralight android.nfc.tech.NdefFormatter

```

try { await NfcManager.requestTechnology(NfcTech.Ndef); const tag = await nfcManager.getTag(); if(tag){ const message= await nfcManager.ndefHandler.getNdefMessage(); const status = await nfcManager.ndefHandler.getNdefStatus(); await db.collection('Tags').add({ tag:tag, Data:message, status:status, }) } }

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.