Aucune description

yangliuhua 0b1cd3522c ComPDFKit(iOS) - iOS 项目配置处理 il y a 7 mois
.github d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
android d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
example 0b1cd3522c ComPDFKit(iOS) - iOS 项目配置处理 il y a 7 mois
ios 0b1cd3522c ComPDFKit(iOS) - iOS 项目配置处理 il y a 7 mois
screenshots d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
src 94ea1fc658 compdfkit(rn) - 完善cpdfconfiguration文档内容,ios接入compdfkit il y a 7 mois
.editorconfig d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
.gitattributes 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 il y a 9 mois
.gitignore d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
API.md 94ea1fc658 compdfkit(rn) - 完善cpdfconfiguration文档内容,ios接入compdfkit il y a 7 mois
CHANGELOG.md 94ea1fc658 compdfkit(rn) - 完善cpdfconfiguration文档内容,ios接入compdfkit il y a 7 mois
CONFIGURATION.md 94ea1fc658 compdfkit(rn) - 完善cpdfconfiguration文档内容,ios接入compdfkit il y a 7 mois
LICENSE 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 il y a 9 mois
README.md d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
babel.config.js 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 il y a 9 mois
lefthook.yml 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 il y a 9 mois
package.json 8bae18fa2e compdfkit(rn) - 新增RN层CPDFConfiguration配置,新增代码注释 il y a 7 mois
react-native-compdfkit-pdf.podspec d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
tsconfig.build.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 il y a 9 mois
tsconfig.json d54524c9ac compdfkit(rn) - 编译问题, rn版本升级到0.74.0 il y a 7 mois
turbo.json 0cf81da291 compdfkit(rn) - 插件 1.13.0 版本首次提交 il y a 9 mois

README.md

react-native-compdfkit-pdf

ComPDFKit for React Native

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