Example implementation of TurboModule
npm install react-native-turbo-module-sample
import TurboModuleSample from "react-native-turbo-module-sample";
// ...
const result = await TurboModuleSample.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT