3.0.0
Changelog
BREAKING CHANGES
tintColor
has been removed.backgroundColor
has been removed.padding
has been removed.tintOnIncrementImage
has been removed.tintOnDecrementImage
has been removed.renderIncrement
has been replaced by combination of render functions.renderDecrement
has been replaced by combination of render functions.imageHeight
has been removed.imageWidth
has been removed.
See props for replacements and style objects.
FEATURES
- Added text component that can be shown to display the value in the SimpleStepper. (try
showText
andtextPosition
). - Added functions
onMin
andonMax
to callback when value reaches min or max. - Added functions
onIncrement
andonDecrement
to callback when value increments or decrements. - Added style props to help customization.
- Added render functions to help flexibility.