暂无描述

liuxiaolong c6fa16fdfd compdfkit(rn) - 新增RN层接口注释,修改初始化方法返回值 10 月之前
.github 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
android c6fa16fdfd compdfkit(rn) - 新增RN层接口注释,修改初始化方法返回值 10 月之前
example c6fa16fdfd compdfkit(rn) - 新增RN层接口注释,修改初始化方法返回值 10 月之前
ios 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
src c6fa16fdfd compdfkit(rn) - 新增RN层接口注释,修改初始化方法返回值 10 月之前
.gitattributes 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
.gitignore b954275fa5 compdfkit(rn) - 新增接口 10 月之前
.npmignore b954275fa5 compdfkit(rn) - 新增接口 10 月之前
CODE_OF_CONDUCT.md 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
CONTRIBUTING.md 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
LICENSE 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
README.md 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
babel.config.js 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
lefthook.yml 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
package.json a90b0f417a compdfkit(rn) - 删除部分配置内容 10 月之前
react-native-compdfkit-pdf.podspec 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
tsconfig.build.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
tsconfig.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前
turbo.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 1 年之前

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