1234567891011121314151617181920212223242526 |
- {
- "name": "react-native-view-shot",
- "version": "2.4.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": "*"
- }
- }
|