react-native-voucher-in-store-component
v0.1.0
Published
Global component for handling vouchers in in-store
Downloads
3
Maintainers
Readme
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