React Native Module for Paper DB (https://github.com/pilgr/Paper)
npm install react-native-paper-db
import { multiply } from "react-native-paper-db";
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT