react-native-jsi-example

Example React Native library written with JSI

MIT License

Stars
7

react-native-jsi-example

This is an example JSI Module for React Native that returns a value from C++ to JS synchronously. Implemented for just iOS.

This is not for production! Created with react-native-builder-bob.

Installation

npm install react-native-jsi-example

Usage

import { getMeaningOfLife } from 'react-native-jsi-example';

// ...

const result = getMeaningOfLife();

Contributing

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

License

MIT