Min repro of issue where you can't run example app by create-react-native-library package.
npm install react-native-issue-min-repro
import { multiply } from 'react-native-issue-min-repro';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library