react-native-izota-nfc-sdk
v0.1.14
Published
react native nfc sdk
Downloads
63
Readme
react-native-izota-nfc-sdk
react native izota nfc sdk
Installation
npm install react-native-izota-nfc-sdk
Usage
import { callNativeScanNFC, initIZOTANFCSdk } from 'react-native-izota-nfc-sdk';
// ...
useEffect(() => {
const publicKey = 'YOUR_PUBLIC_KEY'
initIZOTANFCSdk(publicKey)
}, [])
/**
*
* @param documentId 9 số cuối trong trường số CCCD
* @param dateOfBirth ngày tháng năm của ngày sinh theo format yyMMdd
* @param dateOfEnd ngày tháng năm của trường ngày hết hạn theo format yyMMdd
* @param errorCallback Callback khi quét NFC thất bại
* @param successCallback Callback khi quét NFC thành công.
* @returns
*/
async function startScanNFC(documentId, dateOfBirth, dateOfend, errorCallback, successCallback) {
callNativeScanNFC(documentId, dateOfBirth, dateOfend, errorCallback, successCallback);
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT