# react-native-payment-checkout

Checkout.com card payment

## Installation

```sh
npm install react-native-payment-checkout
```

## Usage

```js
import PaymentCheckout from "react-native-payment-checkout";

// ...

const result = await PaymentCheckout.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
