No Description

package.json 562B

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