File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ import CounterInput from "react-native-counter-input";
66
66
| onIncreasePress | function | undefined | it triggers when the increase button is pressed |
67
67
| onDecreasePress | function | undefined | it triggers when the decrease button is pressed |
68
68
| backgroundColor | string | #fff | change the CounterInput's background color |
69
+ | min | number | undefined | set a minimum input value |
70
+ | max | number | undefined | set a maximum input value |
69
71
| increaseButtonBackgroundColor | string | #0b349a | change the CounterInput's active increase button background color |
70
72
| decreaseButtonBackgroundColor | string | #0b349a | change the CounterInput's active decrease button background color |
71
73
| ImageComponent | component | Image | set your own Image component instead of default ` RN Image ` component such as; ` FastImage ` |
You can’t perform that action at this time.
0 commit comments