Example implementation of TurboModule
npm install react-native-turbo-module-sampleimport 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