UNPKG

rn-double-click

Version:

A Component for Double Click based on TouchableOpacity Wrapper. Build for React Native App and works on both Android and iOS.

38 lines (37 loc) 1.07 kB
{ "name": "rn-double-click", "version": "1.0.3", "description": "A Component for Double Click based on TouchableOpacity Wrapper. Build for React Native App and works on both Android and iOS.", "main": "src/index.js", "scripts": { "start": "yarn start" }, "repository": { "type": "git", "url": "git+https://github.com/karimation/rn-double-click.git" }, "keywords": [ "double-click", "react-native", "touchableopacity", "react", "native", "rn-double-click", "double-click", "click", "double-tap" ], "author": "“kerim <“selmi.kerim@gmail.com\nnpm set init.author.email “selmi.kerim@gmail.com> (“http://www.karimation.com\nnpm set init.author.url “http://www.karimation.com)", "license": "MIT", "bugs": { "url": "https://github.com/karimation/rn-double-click/issues" }, "homepage": "https://github.com/karimation/rn-double-click#readme", "peerDependencies": { "react": ">= 16.3.0", "react-native": ">= 0.54.0" }, "dependencies": { "prop-types": "^15.6.1" } }