react-native-nexgo
v0.1.11
Published
Integrates with android-sdk for NEXGO smart POS
Downloads
25
Maintainers
Readme
react-native-nexgo
Support hardware interaction with smartpos devices.
Installation
npm install react-native-nexgoUsage
import { printReceipt } from "react-native-nexgo";
// ...
const result = await printReceipt({
Name: 'David Banda',
PaymentMethod: 'VODA',
Phone: '555-55555555',
Amount: '1.00'
})
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Future work
- MSR - read swiped card and display card information
- EMV - read card for payment processing, including using PIN entry
- Camera Scanner - read barcode
Made with create-react-native-library
