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