yangliuhua 0b1cd3522c ComPDFKit(iOS) - iOS 项目配置处理 | hai 7 meses | |
---|---|---|
.github | hai 7 meses | |
android | hai 7 meses | |
example | hai 7 meses | |
ios | hai 7 meses | |
screenshots | hai 7 meses | |
src | hai 7 meses | |
.editorconfig | hai 7 meses | |
.gitattributes | hai 9 meses | |
.gitignore | hai 7 meses | |
API.md | hai 7 meses | |
CHANGELOG.md | hai 7 meses | |
CONFIGURATION.md | hai 7 meses | |
LICENSE | hai 9 meses | |
README.md | hai 7 meses | |
babel.config.js | hai 9 meses | |
lefthook.yml | hai 9 meses | |
package.json | hai 7 meses | |
react-native-compdfkit-pdf.podspec | hai 7 meses | |
tsconfig.build.json | hai 9 meses | |
tsconfig.json | hai 7 meses | |
turbo.json | hai 9 meses |
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