This is sample module to learn how to create native modules
npm install react-native-fun-module
import FunModule from "react-native-fun-module";
// ...
const result = await FunModule.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT