Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 473 Bytes

File metadata and controls

33 lines (18 loc) · 473 Bytes

pam-react-native

Pam SDK for React Native

Installation

npm install pam-react-native

Usage

import { multiply } from 'pam-react-native';

// ...

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