react-native-hce
react-native-hce copied to clipboard
Emulate smart cards inside React-Native application.
In the Android directory, the Capability Container (CCLEN) value is statically set to 0x0011 (17 bytes) size in react-native-hce/android/src/main/java/com/reactnativehce/apps/nfc/NFCTagType4.java line 24. "001120FFFFFFFF" In line 50, within the setUpCapabilityContainerContent() function, when...
Hey Since IOS 17.4, Apple added an [official support for HCE](https://developer.apple.com/fr/support/hce-payment-transactions-in-payment-apps/), is it planned to add an interface for it in react-native-hce ? Thank you.
Hello, I am the owner of Pixel 4a and 7a (android 13 and 14). I couldn't emulate the tag. I found the solution in the following: in the NFCTagType4.java file...
Hello, first of all, thank you very much for a great job with this react native library. I am experiencing the following issue: I am able to use the HCE...
The code emulates fine on Android 11 ZTE blade, everything is great. But when I run it on Android 13 (Google Pixel 7a or Google Pixel 4a), the content doesn't...
Fresh project installed from React Native v0.76.7 ``` npx react-native run-android ``` ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':react-native-hce'. >...
I'm trying to emulate a NFCtagType4 with an Android device. I'm able to read the tag but HCE_STATE_READ event is fired 3 times. Is that the desired behaviour? I fixed...
Hi team, Is it possible to support MIME data type (Images) apart from TEXT and URI. There is already reference given by android NFC here [https://developer.android.com/reference/android/nfc/NdefRecord#createMime(java.lang.String,%20byte[])](url)
That would be awesome if you could make this library available for Expo, like react native nfc manager library. To do that you have to write a config plugin to...
Hi, I'm testing out this library using expo. I've added all the necessary lines to the manifest and the aid_list.xml file. But I'm still having a lot trouble getting the...