# react-native-aps

React native component for Amazon Payment Service (APS) mobile payment tools

## Installation

```sh
npm install react-native-aps
```

## Usage

```js
import { ApsView } from "react-native-aps";

// ...

<ApsView color="tomato" />
```

## Contributing

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

## License

MIT
