react-native-draggable-button
Version:
A simple React Native draggable button with functionalities to add to your code.
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "react-native-draggable-button",
"version": "0.0.6",
"private": false,
"description": "A simple React Native draggable button with functionalities to add to your code.",
"source": "src/index.js",
"main": "src/index.js",
"scripts": {
"start": "react-native start",
"test": "jest",
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/flautarian/RNDraggableBtn.git"
},
"keywords": [
"react-native",
"reactNative",
"native",
"reanimator",
"dragable",
"component",
"button"
],
"author": "GiacconiDev",
"license": "MIT",
"files": [
"src",
"README.md",
"LICENSE"
],
"dependencies": {},
"devDependencies": {
"react-native-gesture-handler": "^2.25.0",
"@babel/cli": "^7.27.0",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@testing-library/react-native": "^13.2.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react": "18.2.0",
"react-native": "0.76.6",
"react-native-feather": "^1.1.2",
"react-native-reanimated": "^3.17.2",
"react-test-renderer": "^18.2.0"
}
}