react-native-nfc-manager
react-native-nfc-manager copied to clipboard
React Native NFC module for Android & iOS
I'm trying to create a basic NFC reading app, but I have a problem: When I click on the TouchableOpacity, then close the pop-up and open it again too quickly,...
Thanks for sharing the library with us, but the documentation could use some serious improvements. There is no API documentation and no way for us to know what the options...
Is it possible to read and write at the same time and check the UID before writing? I've tried this, but the `id` is empty: ```js NfcManager.requestTechnology(NfcTech.Ndef) .then(() => {...
Whenever I try to read an NFC tag/card. It shows me this error ```cannot convert undefined value to object.``` Any solution for this?
Hi, would it possible on IOS to be able to specify the NFC polling options when using NFC IOS. The issue is that some cards have both NFCPollingISO14443 & NFCPollingISO15693...
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.10.1 to 4.28.4. Commits See full diff in compare view Maintainer changes This version was pushed to npm by hoxyq, a new releaser for react-devtools-core since your...
Hello my fellow devs, I have been stuck for almost 48 hours now on the tag.ndefMessage which is being undefined, but the tag itself has Object { "id": "0E9A3923200B20", "techTypes":...
Hi @whitedogg13 , i am using NXP NTAG216 which i wanted to add a write proctection with a password. i had tried enable password option in toolkit but that doesn't...
See the issue title. When an ISO-15693 tag is scanned using an Android NFC reader, the returned tag's ID is a hexadecimal string in little-endian notation. When the same tag...
I wonder if there is support for Mifare-SmartMX/Mifare Plus planned in this library?