react-native-nexgo
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

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

/react-native-nexgo/

    Package Sidebar

    Install

    npm i react-native-nexgo

    Weekly Downloads

    14

    Version

    0.1.11

    License

    MIT

    Unpacked Size

    5.21 MB

    Total Files

    127

    Last publish

    Collaborators

    • masakachristopher