python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React Native: react-native-nfc-manager v3.13.2 doesn't have a handler for MifareIOS data type
I am working on an app, that reads a Firestore document id from the NFC card and displays the data contained by this document.
I have tested it on an Samsung J6 and an Oppo for Android and on an iPhon...
Yennefer
Votes: 0
Answers: 0
Android App Link not working on Nfc Background tapping, opening in Browser instead of App
I have integrated NFC manager in React Native. when I tap Nfc card, I want to open the url in the App installed.
I have done everything required, added respective intent in AndroidManifest.xml and a...
Daniel Dsouza
Votes: 0
Answers: 1
React native: intent changed after requestTechnology called and NFC card scanned
I am currently working on a simple app, which scans an NFC tag and reads the data from it. To implement it, I followed this example here.
For testing, I am using a real android device (Samsung Galaxy ...
Yennefer
Votes: 0
Answers: 1
React native: requestTechnology called only if the app is brought from background to foreground
I am currently working on a simple app for scanning, reading data from an NFC card (in my case a Mifare NFC card) and displaying in on the screen. I have built it using this example.
The app should wo...
Yennefer
Votes: 0
Answers: 1