React Native Wrapper for UOL PlugPag
npm install react-native-plugpag-wrapperReact Native Wrapper for UOL PlugPag
IOS -> Not supported
Android -> minSdkVersion 19
``sh`
npm install react-native-plugpag-wrapper
`js
import PlugpagWrapper from "react-native-plugpag-wrapper";
// ...
const result = await PlugpagWrapper.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT