yangliuhua 0b1cd3522c ComPDFKit(iOS) - iOS 项目配置处理 | 7 months ago | |
---|---|---|
.github | 7 months ago | |
android | 7 months ago | |
example | 7 months ago | |
ios | 7 months ago | |
screenshots | 7 months ago | |
src | 7 months ago | |
.editorconfig | 7 months ago | |
.gitattributes | 9 months ago | |
.gitignore | 7 months ago | |
API.md | 7 months ago | |
CHANGELOG.md | 7 months ago | |
CONFIGURATION.md | 7 months ago | |
LICENSE | 9 months ago | |
README.md | 7 months ago | |
babel.config.js | 9 months ago | |
lefthook.yml | 9 months ago | |
package.json | 7 months ago | |
react-native-compdfkit-pdf.podspec | 7 months ago | |
tsconfig.build.json | 9 months ago | |
tsconfig.json | 7 months ago | |
turbo.json | 9 months ago |
ComPDFKit for React Native
npm install react-native-compdfkit-pdf
import { multiply } from 'react-native-compdfkit-pdf';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library