Skip to content

nutstick/react-native-turbo-module-sample

Repository files navigation

react-native-turbo-module-sample

Example implementation of TurboModule

Installation

npm install react-native-turbo-module-sample

Usage

import TurboModuleSample from "react-native-turbo-module-sample";

// ...

const result = await TurboModuleSample.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT