react-native-touchable-scale-reanimated-reanimated
Version:
🖐️ Touchable component that scale when a gesture is handled
37 lines • 1.02 kB
JSON
{
"name": "react-native-touchable-scale-reanimated-reanimated",
"version": "1.0.1",
"description": "🖐️ Touchable component that scale when a gesture is handled",
"main": "src/index.js",
"source": "src/index",
"repository": "https://github.com/ialoig/react-native-touchable-scale-reanimated.git",
"author": "ialoig <ialoig@protonmail.com>",
"keywords": [
"react-native",
"reanimated2",
"touchable",
"gesture-handler"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix src"
},
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.0"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-native": "^3.10.0"
}
}