0.1.11 • Published 12 months ago

react-native-nexgo v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

0.1.10

12 months ago

0.1.11

12 months ago

0.1.9

12 months ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago