/react-native-ov-kit

Primary LanguageTypeScriptMIT LicenseMIT

react-native-ov-kit

react-native-ov-kit

Installation

npm install react-native-ov-kit

Usage

import { multiply } from 'react-native-ov-kit';

// ...

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