react-native-simple-stepper
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "react-native-simple-stepper", | ||
"version": "1.1.0", | ||
"description": "A super simple implementation of the classic UIStepper.", | ||
"version": "1.2.0", | ||
"description": "A super simple react-native implementation of the classic UIStepper from iOS.", | ||
"main": "SimpleStepper.js", | ||
@@ -17,3 +17,2 @@ "directories": { | ||
"keywords": [ | ||
"stepper", | ||
"react-component", | ||
@@ -23,3 +22,5 @@ "ios", | ||
"react-native", | ||
"UIStepper" | ||
"UIStepper", | ||
"simple", | ||
"stepper" | ||
], | ||
@@ -26,0 +27,0 @@ "author": "Brian Sinnicke", |
@@ -8,3 +8,3 @@ ### react-native-simple-stepper | ||
A super simple implementation of the classic UIStepper. Check out props below for customization. | ||
A super simple react-native implementation of the classic UIStepper from iOS. Check out the props below for customization. | ||
@@ -11,0 +11,0 @@ ### Demo |
7661