no-name-assets / react-native-chainway-rfid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-chainway-rfid 📡

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.

Installation

npm install react-native-chainway-rfid

Usage

useEffect(() => {
  const scanner = C72RfidScanner;
  scanner.initializeReader();
  // write your code here
  scanner.powerListener(powerListener);
  scanner.tagListener(tagListener);
}, []);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Contact

If you have any questions, please contact me

About

License:MIT License


Languages

Language:Java 57.0%Language:TypeScript 20.7%Language:Objective-C 12.4%Language:JavaScript 4.8%Language:Ruby 4.0%Language:Shell 0.5%Language:C 0.3%Language:Swift 0.2%