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

Is it possible to configure a Bluetooth connection in the NFC tag?

I am using the barcodescanner in my app to simply scan codes and put the content within an textinput. Works perfectly. I’m enabeling the camera by setting a a state...

``` async function fn() { try { await NfcManager.requestTechnology(NfcTech.NfcV); await readNdefListen(); } finally { await NfcManager.cancelTechnologyRequest(); fn(); } } fn(); ``` That's the only way I could do it. RegisterTagEvent...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.12 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

Stale
dependencies

Can you please confirm if `NfcManager.isEnabled()` is supported on Android? Currently, it is causing my application to crash. Thank you.

Greetings. I need to show one alert when an NFC card is connected and another when it is disconnected. I can't achieve the disconnection, I tried with setEventListener with the...

Stale

Hello @whitedogg13 I have NFC tag with TypeV, but it is ndefformatable, so I am unable to write NDEF message from the iOS platform. Can anyone provide a quick fix...

react-native: 0.71.7 nfc-manager: 13.14.12 protocol: ISO 15693 OSX: Ventura 13.6.3 xCode: 15.1 xCode Project Build: 12.0 and 14.0 iPhones: 7 iOS 15.8, 12 iOS 17.2.1 Tag: STMicroelectronics Compatibility Protocols: NDEF,...

Need to update to support @expo/config-plugins:"~7.8.0".

Stale

Is it possible with this library to let 2 phone, android-android, android-ios, ios-ios, exchange a playload to each other?