Skip to content

Files

Latest commit

 

History

History
27 lines (16 loc) · 454 Bytes

File metadata and controls

27 lines (16 loc) · 454 Bytes

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