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

When tag is empty , then ndef.writeNdefMessage is not working its throwing error : [Error: unsupported tag api] we are using below code: const writeDataToNfcTag = async (data) => {...

Stale

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

This PR introduces support for the [extendedReadMultipleBlocks](https://developer.apple.com/documentation/corenfc/nfciso15693tag/3043801-extendedreadmultipleblocks) method for NFCISO15693Tag on iOS.

I have listening enabled ``` AppState.addEventListener('change', (state) => { console.log('LOGAUT', state); }); ``` When the scan event is triggered ``` NfcManager .requestTechnology(NfcTech.Ndef); ``` Apostate becomes = 'background' Is there any...

In Android side while reading nfc tag does any kind of pop up modal will be display like ios or not ? and also please let me know which android...

I have strange behaviours in my app when using `setAlertMessageIOS`. It works with multiline texts once, but the next call it will instead add ellipses to the text instead of...

I'm experiencing an issue with the react-nfc-manager library when attempting to write NDEF well-known text to a smart card via NFC. When I send APDU commands directly using a card...

Hello is there a way to simulate an NFC Card for android/ios that will be used only for developer purpose, ? or a mobile application android/IOS that can play the...

I'm not even able to scan an NFC tag on iOS, while the same code works well on Android. I have taken all the steps to include the NFC Core...

When I enable guided access on my iPhone and activate it for my app. Then while opening the scan session, the Ready to scan pop is not shown.

Stale