react-native-smartpos
v2.0.1
Published
## Getting started
Readme
react-native-smartpos
Getting started
$ npm install react-native-smartpos --save
Mostly automatic installation
$ react-native link react-native-smartpos
Usage
import { EmvAid, EmvCapk, EmvTermParam, EmvTransParam, PrintStrFormat } from 'react-native-smartpos';
const { SmartPos } = NativeModules;
const result = await SmartPos.sysInit();
For detailed interface information, please refer to the documents in the "docs" folder.
