/react-native-nexgo

Library to interact with NEXGO smart POS hardware

Primary LanguageKotlinMIT LicenseMIT

react-native-nexgo

Support hardware interaction with smartpos devices.

Installation

npm install react-native-nexgo

Usage

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