0.1.1 • Published 3 years ago
rn-native-module-npm-hto v0.1.1
rn-native-module-npm-hto
Just a sample library how to publish to npm
Installation
npm install rn-native-module-npm-hto
Usage
import { multiply } from "rn-native-module-npm-hto";
// ...
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