react-native-swipeout-component
Version:
`React Native Swipeout` is a customizable swipeable row component for React Native, allowing you to create swipe actions like deleting, archiving, or other actions you might want to trigger with a swipe.
36 lines (34 loc) • 871 B
JSON
{
"name": "react-native-swipeout-component",
"version": "1.2.8",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Mustafa <mustafaumar70@live.com>",
"license": "MIT",
"homepage": "https://github.com/mustymustafa/React-Native-Swipeout.git",
"repository": {"url": "https://github.com/mustymustafa/React-Native-Swipeout.git"},
"dependencies": {
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"keywords": [
"react",
"react-native",
"swipeout",
"swiping"
],
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": "^18.3.1",
"react-native": "^0.75.1"
}
}