SuperDDA IuPay package and SDK for React Native
yarn add react-native-superdda-iupay
or
npm install react-native-superdda-iupay
Here is sample usage.
Storybook with all other use cases available here: https://superdda-storybook.netlify.app/
import { Card } from "react-native-superdda-iupay";
<Card
type="netflix"
dueDate={new Date()}
isDue
cnpj="99.999.0001/99"
text="This is a sample text"
value={49.9}
/>
<Card
type="lightBill"
lightBillFlagStatus="yellow"
dueDate={new Date()}
text="Yellow Flag"
value={90.12}
isPaid
/>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT