0.1.8 • Published 1 year ago
lazycardlan v0.1.8
lazycardlan
Cardlan lib for react-native
Installation
npm install lazycardlan
Usage
import { readCard, writeCard, scanCard } from 'lazycardlan';
// Read nfc serial number;
const result = await readCard();
// Write data to nfc card;
const result = await writeCard();
//scan QRCode
const result = await scanCard();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library