https://github.com/atlj/react-native-cxx-turbomodule
react-native-cxx-turbomodule
https://github.com/atlj/react-native-cxx-turbomodule
Last synced: about 2 months ago
JSON representation
react-native-cxx-turbomodule
- Host: GitHub
- URL: https://github.com/atlj/react-native-cxx-turbomodule
- Owner: atlj
- License: mit
- Created: 2024-04-26T11:08:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T12:11:24.000Z (about 1 year ago)
- Last Synced: 2025-04-06T04:59:45.569Z (2 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-cxx-turbomodule
react native turbo module
## Installation
```sh
npm install react-native-cxx-turbomodule
```## Usage
```js
import { multiply } from 'react-native-cxx-turbomodule';// ...
const result = multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)