sample rn library
npm install react-native-sample-modulev1
import SampleModule from "react-native-sample-modulev1";
// ...
const result = await SampleModule.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT