Skip to content

A repo for my youtube tutorial showing how to create a c++ react native module using jsi

License

Notifications You must be signed in to change notification settings

itsramiel/react-native-jsi-module

Repository files navigation

react-native-jsi-module

C++ module

Installation

npm install react-native-jsi-module

Usage

import { multiply } from 'react-native-jsi-module';

// ...

const result = await 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

About

A repo for my youtube tutorial showing how to create a c++ react native module using jsi

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published