react-native-quickjs
npm install react-native-quickjs
import Quickjs from "react-native-quickjs";
// ...
const result = await Quickjs.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT