44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "react-native-view-shot",
|
|
"version": "4.0.3",
|
|
"description": "Capture a React Native view to an image",
|
|
"main": "src/index.js",
|
|
"types": "src/index.d.ts",
|
|
"keywords": [
|
|
"react-native",
|
|
"screenshot",
|
|
"viewshot",
|
|
"view-snapshot",
|
|
"snapshot",
|
|
"rasterize"
|
|
],
|
|
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
|
|
"homepage": "https://github.com/gre/react-native-view-shot",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gre/react-native-view-shot.git"
|
|
},
|
|
"dependencies": {
|
|
"html2canvas": "^1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "^0.246.0",
|
|
"html-webpack-plugin": "^5.5.1",
|
|
"react-native-windows": "^0.63.16"
|
|
},
|
|
"codegenConfig": {
|
|
"name": "rnviewshot",
|
|
"type": "modules",
|
|
"jsSrcsDir": "./src/specs",
|
|
"android": {
|
|
"javaPackageName": "fr.greweb.reactnativeviewshot"
|
|
}
|
|
},
|
|
"stableVersion": "4.0.2"
|
|
}
|