Skip to content

cjette98/react-native-voucher-in-store-component

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published