Test deploying to npm
npm install react-native-test-lib
import { multiply } from "react-native-test-lib";
// ...
const result = await multiply(3, 7, 2);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT