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