Sin descripción

liuxiaolong 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
.github 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
android 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
example 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
ios 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
src 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
.gitattributes 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
.gitignore b954275fa5 compdfkit(rn) - 新增接口 hace 10 meses
.npmignore b954275fa5 compdfkit(rn) - 新增接口 hace 10 meses
API.md 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
CHANGELOG.md 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
LICENSE 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
README.md 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
babel.config.js 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
lefthook.yml 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
package.json 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
react-native-compdfkit-pdf.podspec 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
tsconfig.build.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año
tsconfig.json 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 hace 10 meses
turbo.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 hace 1 año

README.md

react-native-compdfkit-pdf

ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android and iOS React Native applications.

Installation

npm install react-native-compdfkit-pdf

Usage

import { multiply } from 'react-native-compdfkit-pdf';

// ...

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


Made with create-react-native-library