File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 "react" : " 17.0.1" ,
1313 "react-dom" : " 17.0.1" ,
1414 "react-native" : " https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz" ,
15- "react-native-input-spinner" : " ^1.4.9 " ,
15+ "react-native-input-spinner" : " ^1.4.10 " ,
1616 "react-native-web" : " ~0.15.0"
1717 },
1818 "prettier" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-input-spinner" ,
3- "version" : " 1.4.9 " ,
3+ "version" : " 1.4.10 " ,
44 "description" : " React native input with increase and decrease buttons" ,
55 "main" : " ./src/index.js" ,
66 "types" : " ./src/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -1149,7 +1149,7 @@ InputSpinner.defaultProps = {
11491149 selectionColor : null ,
11501150 returnKeyLabel : null ,
11511151 returnKeyType : null ,
1152- width : ' auto' ,
1152+ width : " auto" ,
11531153 height : 50 ,
11541154 accelerationDelay : defaultAccelerationDelay ,
11551155 speed : defaultSpeed ,
You can’t perform that action at this time.
0 commit comments