Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 477 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 477 Bytes

react-native-cpp-turbo

c++ turbo module

Installation

npm install react-native-cpp-turbo

Usage

import { multiply } from 'react-native-cpp-turbo';

// ...

const result = multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library