Search code examples
react-nativebluetoothrfid

How to get data, scanned by RFID reader, via bluetooth in React-Native app?


I have UHF RFID Reader. I want to write a react-native application that connects this device and gets scanned data via Bluetooth. Which native modules can help me with both platforms (Android & iOS)?

https://www.tsl.com/products/1153-bluetooth-wearable-uhf-rfid-reader/


Solution

  • For those coming back, we ended up going with https://github.com/kenjdavidson/react-native-bluetooth-classic and it works REALLY well! Using it for standard RFID and bulk RFID scanning. Good luck!