Package Exports
- react-native-paper-db
- react-native-paper-db/lib/commonjs/index.js
- react-native-paper-db/lib/module/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-paper-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-paper-db
React Native Module for Paper DB (https://github.com/pilgr/Paper)
Installation
npm install react-native-paper-dbUsage
import { multiply } from "react-native-paper-db";
// ...
const result = await multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT