File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
"react" : " 16.8.3" ,
13
13
"react-dom" : " ^16.8.6" ,
14
14
"react-native" : " https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz" ,
15
- "react-native-input-spinner" : " ^1.2.7 " ,
15
+ "react-native-input-spinner" : " ^1.2.8 " ,
16
16
"react-native-web" : " ^0.11.5"
17
17
},
18
18
"prettier" : {
Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ class InputSpinner extends Component {
624
624
underlayColor = { this . _getColorPress ( ) }
625
625
onHideUnderlay = { this . onHideUnderlay . bind ( this ) }
626
626
onShowUnderlay = { this . onShowUnderlay . bind ( this , "right" ) }
627
- disabled = { this . _isDisabledButtonLeft ( ) }
627
+ disabled = { this . _isDisabledButtonRight ( ) }
628
628
style = { buttonStyle }
629
629
onPress = { ( ) => this . increase ( ) } >
630
630
{ this . _renderRightButtonElement ( ) }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-input-spinner" ,
3
- "version" : " 1.2.7 " ,
3
+ "version" : " 1.2.8 " ,
4
4
"description" : " React native input with increase and decrease buttons" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments