react-native-open-pdf
Version:
Open pdf files using native app for Android
31 lines (30 loc) • 611 B
JSON
{
"name": "react-native-open-pdf",
"version": "0.0.2",
"description": "Open pdf files using native app for Android",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"mobile",
"ios",
"android",
"file",
"viewer",
"preview",
"quicklook",
"pdf"
],
"author": "Martin Ruiz",
"repository": {
"type": "git",
"url": "https://github.com/arcollector/react-native-open-pdf"
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60"
}
}