Releases: marcocesarato/react-native-input-spinner
Releases · marcocesarato/react-native-input-spinner
Release 1.7.2
Features
- Placeholder auto detect color with opacity
0.6
- Texts colors with value equal to
auto
will auto detect color based background
/color
Props
Property |
Description |
Type |
Default |
Note |
buttonPressTextStyle |
Button Style on Pressed state (Plus and Minus buttons) |
Object |
|
Could overwrite other props |
buttonTextStyle |
Button text Style state (Plus and Minus buttons) |
Object |
|
Could overwrite other props |
Bug Fixes
Release 1.7.1
Bug Fixes
- Fix issues with styles
- Fix issues with button colors
Release 1.7.0
Features
Props
Property |
Description |
Type |
Default |
Note |
skin |
Skin layout |
String |
|
clean , modern , paper , round , square |
colorAsBackground |
Use color as background |
Bool |
false |
|
Bug Fixes
Screenshots
Release 1.6.0
Features
Props
Property |
Description |
Type |
Default |
Note |
longStep |
Value to increment or decrement the current spinner value onLongPress |
String Number |
step |
Thanks to @selsamman |
Bug Fixes
- Fix some issues with onLongPress and multiple clicks #38
Release 1.5.2
Bug fixes
- Vertical align warning on text input #37
- Fix some container and buttons styles issues
Release 1.5.0
Features
Props
Property |
Description |
Type |
Default |
Note |
continuity |
On min value is reached next decrease value will be the max value, if max is reached next increase value will be the min value |
Boolean |
false |
|
Bug fixes
- Add
onLongPress
for typescript
- Fix some bugs on events
- Fix
outline
on web
Release 1.4.10
- Fix some issues with the width and the vertical alignment of the component #33