如何在 React-Native 应用程序中通过蓝牙获取由 RFID reader 扫描的数据?

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

我有 UHF RFID Reader。 我想编写一个连接此设备并通过蓝牙获取扫描数据的本机反应应用程序。 哪些本机模块可以帮助我处理两个平台 (Android & iOS)?

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

对于那些回来的人,我们最终选择了 https://github.com/kenjdavidson/react-native-bluetooth-classic,效果非常好!将其用于标准 RFID 和批量 RFID 扫描。祝你好运!