An open API service indexing awesome lists of open source software.

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

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)