@arelstone/react-native-swipe-button
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@arelstone/react-native-swipe-button", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A UI component for displaying a button that can be swiped.", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"test": "jest --notify --detectOpenHandles --color --runInBand --forceExit" | ||
"test": "jest --notify --detectOpenHandles --color --runInBand --forceExit", | ||
"build": "tsc" | ||
}, | ||
@@ -10,0 +12,0 @@ "keywords": [ |
@@ -38,1 +38,3 @@ # @arelstone/react-native-swipe-button | ||
| titleStyle | StyleProp<TextStyle> | Styling for the title text | | ||
| circleBackgroundColor | string | Background color for the circle | | ||
| goBackToStart | bololean | If set to TRUE, after swipe is completed, the circle goes back to the start position | |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40
667131
15
351
1