Skip to content

iupay/sdk-reactnative

Repository files navigation

react-native-superdda-iupay

SuperDDA IuPay package and SDK for React Native

NPM

Netlify Status Actions Status

Installation

yarn add react-native-superdda-iupay

or

npm install react-native-superdda-iupay

Usage

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
      />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published