/react-native-iovation

Primary LanguageKotlinMIT LicenseMIT

react-native-iovation

Iovation SDK for React Native

Installation

npm install react-native-iovation

Usage

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

// ...

const result = 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