This is the demo multiplier project demonstrating how we can upload our library to npm
npm install react-native-multiplierimport { multiply } from "react-native-multiplier";
// ...
const result = await multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT