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

1.0.1 • Public • Published

react-native-paynow-generator

React native paynow generator

Installation

npm install react-native-paynow-generator

Usage

import generateQRCode from 'react-native-paynow-generator';

// ...

const qrCode = generateQRCode({
  initiationMethod: '12',
  referenceNumber: '123456',
  merchantName: 'MerchantName',
  amount: 25.99,
  amountEditable: '0',
  uen: '123456789A',
  transactionCurrency: '702',
  countryCode: 'SG',
  merchantCity: 'Singapore',
  uniqueIdentifier: 'SG.PAYNOW',
  expiryDate: '20250101120000', // Optional, format: YYYYMMDD or YYYYMMDDHHMMSS
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Dependencies (784)

Dev Dependencies (18)

Package Sidebar

Install

npm i react-native-paynow-generator

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

131 kB

Total Files

47

Last publish

Collaborators

  • kivelz