react-native-braintree

React native client wrapper for BrainTree sdk

Installation

npm install react-native-braintree

Usage

import { multiply } from "react-native-braintree";

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT