package.json 534B

12345678910111213141516171819202122232425
  1. {
  2. "name": "react-native-view-shot",
  3. "version": "1.12.0",
  4. "description": "Capture a React Native view to an image",
  5. "main": "src/index.js",
  6. "keywords": [
  7. "react-native",
  8. "screenshot",
  9. "viewshot",
  10. "view-snapshot",
  11. "snapshot",
  12. "rasterize"
  13. ],
  14. "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
  15. "license": "MIT",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/gre/react-native-view-shot.git"
  19. },
  20. "peerDependencies": {
  21. "react": "*",
  22. "react-native": "*"
  23. }
  24. }