简体   繁体   中英

React native NFC reader

the same problem react-native-nfc can't detect Mifare DESfire and from here read NFC tags in React Native app

Application build without any problem, started, but after this code, no any information, no any error, just nothing, another app from the store can detect NFC tag without the problem, but no react, can anyone help please?

NFC.addListener((payload)=>{
    alert(payload.data.id);
})

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM