UNPKG

react-native-zoomable-box

Version:

A simple Zoomable box using react-native-gesture-handler. Compatible with react-native v0.60

58 lines (57 loc) 1.47 kB
{ "name": "react-native-zoomable-box", "version": "0.1.2", "description": "A simple Zoomable box using react-native-gesture-handler. Compatible with react-native v0.60", "main": "index.js", "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/amdigbari/react-native-zoomable-box.git" }, "dependencies": { "react": "16.9.0", "react-native": "0.61.2", "react-native-gesture-handler": "^1.4.1" }, "author": "amdigbari", "bugs": { "url": "https://github.com/amdigbari/react-native-zoomable-box/issues" }, "homepage": "https://github.com/amdigbari/react-native-zoomable-box#readme", "keywords": [ "react-native", "react-component", "react-native-component", "react", "react native", "mobile", "ios", "android", "ui", "zoom", "zoomable image", "zoomable-image", "react-native-zoomable-image", "pinch", "pinchable-image" ], "devDependencies": { "@babel/core": "^7.6.2", "@babel/runtime": "^7.6.2", "@react-native-community/eslint-config": "^0.0.5", "babel-jest": "^24.9.0", "eslint": "^6.5.1", "jest": "^24.9.0", "metro-react-native-babel-preset": "^0.56.0", "react-test-renderer": "16.9.0" }, "jest": { "preset": "react-native" } }