An extensible input number spinner component for react-native highly customizable. This component enhance a text input for entering numeric values, with increase and decrease buttons.
After setting the min value to a negative number,
While using the spinner's button, decrementing to a negative number jumps to the minimum after 1.
Eg.
After setting min={-10}
Does 3..2..1..-10
instead of 3..2..1..0..-1..-2
After setting the min value to a negative number, While using the spinner's button, decrementing to a negative number jumps to the minimum after 1. Eg. After setting min={-10} Does 3..2..1..-10 instead of 3..2..1..0..-1..-2