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 62 react-native-nfc-manager issues
Sort by recently updated
recently updated
newest added

i want to add a feature to my app using mifare classic tag and it should be password protected is there any feature that can help me add the password

``` try { await NfcManager.requestTechnology(NfcTech.Ndef); const tag = await NfcManager.getTag(); console.warn('Tag found', tag); } catch (ex) { console.warn('Oops!', ex); } finally { NfcManager.cancelTechnologyRequest(); } ``` I tried await `NFCManager.requestTechnology(NfcTech.Ndef);` function...

Stale

I catch an error while requesting technology, but the error object is empty and can't determine whether the scanning threw an error or the user canceled it (I need a...

I need to open my iOS app when user scan NFC tag.Also i need tag id which is scanned by user. Library verison : "react-native-nfc-manager": "3.9.0" React native version :...

I am looking to integrate a bare Expo application with Jest for testing. I am working on with Jest but am running into the following issue. ``` FAIL iOS __tests__/App.test.js...

Stale

react-native: 0.64.1 android: 12 When I read one tag, sometime will occur diffrent read result. like this: it is the same id, but sometimes it will miss ndefMessage.

Hello! I managed to set a password on a NTAG213 by using the example code. The password that I set is: 1234abcd which converted to bytes: 18 52 171 205...

Similarily to issue #381, the native android nfc scan keeps popping up upon scanning an nfc tag. As suggested, I initially call `NfcManager.start()` without errors but still keep getting redirected...

Hi there, I have an application in mind which would massively benefit from NFC technology but requires data transfer between two "active" devices rather than just a device and a...

Currently we are facing some issues with Android OS 12. Some customers are reaching out to us that the scanning is failing and only on OS 12. One of the...