Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 698 Bytes

File metadata and controls

36 lines (25 loc) · 698 Bytes

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