Skip to content

enesozturk/react-native-jsi-example

Repository files navigation

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

About

Example React Native library written with JSI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published