react-native-voucher-in-store-component
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-voucher-in-store-component

Global component for handling vouchers in in-store

Installation

npm install react-native-voucher-in-store-component

Usage

import { VoucherList } from 'react-native-voucher-in-store-component';
<VoucherList
  data={DummyData}
  isFetching={false}
  maxPerPage={10}
  _onLoadMore={_onLoadMore}
  access_token={access_token}
  _onRedeem={onRedeem}
  redeeming={false}
/>

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

Package Sidebar

Install

npm i react-native-voucher-in-store-component

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

1.17 MB

Total Files

70

Last publish

Collaborators

  • shockwave-media