0.1.0 • Published 1 year ago

react-native-voucher-in-store-component v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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