react-native-view-shot-with-web-support
Version:
Capture a React Native view to an image
30 lines (29 loc) • 700 B
JSON
{
"name": "react-native-view-shot-with-web-support",
"version": "3.1.2",
"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.0.0-rc.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}