react-native-pdf
Version:
A react native PDF view component, support ios and android platform
53 lines (52 loc) • 1.31 kB
JSON
{
"name": "react-native-pdf",
"version": "6.6.2",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-pdf.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"ios",
"pdf",
"view",
"viewer"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": "MIT",
"homepage": "https://github.com/wonday/react-native-pdf",
"bugs": {
"url": "https://github.com/wonday/react-native-pdf/issues"
},
"dependencies": {
"crypto-js": "^3.2.0",
"deprecated-react-native-prop-types": "^2.3.0"
},
"devDependencies": {
"prop-types": "^15.7.2"
},
"files": [
"android/",
"ios/",
"windows/",
"DoubleTapView.js",
"index.d.ts",
"index.js",
"index.js.flow",
"PdfManager.js",
"PdfPageView.js",
"PdfView.js",
"PdfViewFlatList.js",
"PinchZoomView.js",
"react-native-pdf.podspec"
]
}