react-native-nfc-manager icon indicating copy to clipboard operation
react-native-nfc-manager copied to clipboard

React Native NFC module for Android & iOS

Results 96 react-native-nfc-manager issues
Sort by recently updated
recently updated
newest added

Hi! I would like to add a simple, yet very useful I think custom hook to check for NFC support. It is something so simple, but yet, I struggled a...

I am attempting to write multiple blocks for an ISO15693 tag, but I have encountered a challenge: the API for this functionality is not available. However, I noticed that this...

Stale

This is not really an issue, so I wish to apologise in advance. I've been trying to seek answer in reddit/stackoverflow/fb without anyone answering. (ntag213) I use the read command...

Stale

_**Hello! I asked [a version](https://github.com/revtel/react-native-nfc-manager/issues/645) of this question last June but got no response. Asking again to see if anyone has found a solution...**_ I need to allow the user...

Hello. I am an IT developer working for a small company in Korea. What I want to achieve is a functionality where, regardless of whether NFC is tapped once or...

Is there a way with this library to power off/hard reset the card with this lib?

Hey ! I wrote the following code : ```typescript const initNFC = () => { const onBackgroundTag = async (tag: TagEvent | null) => { console.log('onBackgroundTag', tag); }; const initalizeBackgroundTag...

Hey, i currently have trouble scanning `IsoDep` tags. It sometimes just don't wanna work somewhere inside the App while it works in other places. Based on the logs and breakpoints...

I have a react native app that scans multiple NFC tags. I have my own UI that handles the start and stop of when to stop scanning (since i scan...