Caution
This library is currently unmaintained. If you are interested in maintaining this library, please contact me.
This library is a native module for the Chainway C72 RFID Reader Lib.
npm install react-native-chainway-rfid
useEffect(() => {
const scanner = C72RfidScanner;
scanner.initializeReader();
// write your code here
scanner.powerListener(powerListener);
scanner.tagListener(tagListener);
}, []);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
If you have any questions, please contact me