0.1.53 • Published 6 months ago
iam-client-mobile v0.1.53
iam-client-mobile
IAM client for react-native (Expo) mobile apps
Installation
npm install iam-client-mobile
Usage
import { multiply } from 'iam-client-mobile';
// ...
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