{
"name": "react-native-view-shot",
"version": "2.6.0",
"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>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gre/react-native-view-shot.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}