Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 409 Bytes

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