0.1.7 • Published 1 year ago
rn-tpm-gateway-lib v0.1.7
rn-tpm-gateway-lib
NPM pkg for access the native ios/android TPM libs for payment
Installation
npm install rn-tpm-gateway-lib
Usage
import { multiply } from 'rn-tpm-gateway-lib';
// ...
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
Made with create-react-native-library