enesozturk / react-native-jsi-example

Example React Native library written with JSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 43.6%Language:Objective-C 17.8%Language:C++ 11.7%Language:JavaScript 7.7%Language:TypeScript 7.1%Language:Ruby 6.4%Language:Objective-C++ 3.2%Language:CMake 1.5%Language:C 0.5%Language:Swift 0.3%