react-native-nfc-manager
react-native-nfc-manager copied to clipboard
React Native NFC module for Android & iOS
I want to scan tag without button click event. how can i do it? please tell me Phone: Galaxy S10 5G
Is it possible to read the freestyle libre sensor? I've tried to use with this code ``` await NfcManager.requestTechnology(NfcTech.Iso15693IOS); const tag = await NfcManager.getTag(); const handler = NfcManager.iso15693HandlerIOS; console.warn('Tag found',...
## Changes * Update basic usage example code * Fixed some typos * The other example code such as ```registerTagEvent```, ```NDEF-Writing``` and ```Mifare Ultralight``` might be improved in future
## Environment System: OS: macOS 12.3.1 CPU: (8) arm64 Apple M1 Memory: 90.84 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 18.0.0 - /var/folders/t2/324ft6l10d3frmgxbdrbrhcr0000gn/T/yarn--1652422822216-0.8163981801209843/node Yarn: 1.22.18 - /var/folders/t2/324ft6l10d3frmgxbdrbrhcr0000gn/T/yarn--1652422822216-0.8163981801209843/yarn...
Hi I am trying to read an NFC and Write it back in **android Samsung Galaxy M51 and multiple other devices also. Same happens in iOS devices aswell ** While...
In iOS, `NfcManager.cancelTechnologyRequest()` does not immediately cancel the request, and has no feedback event about when the request has been canceled. If you execute `NfcManager.requestTechnology()` in the meantime, it will...
Thanks for this great library. I do have a question, does this library support MiFare classic cards values for DEC, RDEC, HEX, RHEX I am not getting the payload in...
So, The issue that i am having with my iOS device is that since ios is using it own native modal. I cancel the request but it takes some time...
Want to build an app to write to ntag 424?
I just want to remove the button.