react-native-photo-view
Version: 
Displaying photos with pinch-to-zoom
34 lines (33 loc) • 726 B
JSON
{
  "name": "react-native-photo-view",
  "version": "1.5.2",
  "description": "Displaying photos with pinch-to-zoom",
  "main": "index.js",
  "author": {
    "name": "Alexander Pantyukhov",
    "email": "alwxndr@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "android",
    "gallery",
    "lightbox",
    "pinch",
    "pinch-to-zoom",
    "mobile"
  ],
  "homepage": "https://github.com/alwx/react-native-photo-view",
  "bugs": {
    "url": "https://github.com/alwx/react-native-photo-view/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/alwx/react-native-photo-view.git"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  }
}