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