UNPKG

react-native-easy-guesture-responder

Version:

A powerful and easy to use function for React Native guesture responders. Supporting both iOS and Android. Free and made possible along with costly maintenance and updates by [Lue Hang](https://www.facebook.com/lue.hang) (the author).

77 lines (76 loc) 2.02 kB
{ "version": "1.1.3", "name": "react-native-easy-guesture-responder", "description": "A powerful and easy to use function for React Native guesture responders. Supporting both iOS and Android. Free and made possible along with costly maintenance and updates by [Lue Hang](https://www.facebook.com/lue.hang) (the author).", "keywords": [ "react-native-easy-guesture-responder", "react-native", "config", "guesture responder", "scroll distance", "pinch distance", "single tap", "double tap", "ios", "android", "LueHsoft", "LueH LABS", "Lue Hang", "luehang" ], "homepage": "https://luehangs.site/lue_hang/projects/react-native-easy-guesture-responder", "author": { "name": "Lue Hang", "email": "lue_hang@hotmail.com", "url": "https://www.luehangs.site" }, "repository": { "type": "git", "url": "https://github.com/Luehang/react-native-easy-guesture-responder" }, "bugs": { "url": "https://github.com/Luehang/react-native-easy-guesture-responder/issues" }, "directories": { "src": "./src" }, "main": "./src/index.js", "files": [ "/src", "LICENSE", "package.json", "README.md" ], "dependencies": { "prop-types": "^15.6.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "react": "16.8.3", "react-native": "0.59.1", "@babel/core": "^7.4.0", "@babel/runtime": "^7.4.0", "babel-jest": "^24.5.0", "jest": "^24.5.0", "metro-react-native-babel-preset": "^0.53.1", "react-test-renderer": "16.8.3", "babel-eslint": "^10.0.1", "eslint": "^5.9.0", "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-native": "^3.5.0" }, "jest": { "preset": "react-native" }, "scripts": { "lint": "./node_modules/.bin/eslint src/", "test": "jest" }, "license": "MIT" }