Açıklama Yok

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

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