Skip to content

Releases: marcocesarato/react-native-input-spinner

Release 1.7.5

21 Feb 17:39
Compare
Choose a tag to compare

Bug Fixes

  • Remove debug printings

Release 1.7.4

20 Feb 22:58
Compare
Choose a tag to compare

Bug Fixes

  • Fix default font #45

Release 1.7.3

20 Feb 16:54
Compare
Choose a tag to compare

Bug Fixes

  • Default font on iOS #45

Release 1.7.2

20 Feb 14:08
Compare
Choose a tag to compare

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

  • Placeholder color

Release 1.7.1

19 Feb 22:19
Compare
Choose a tag to compare

Bug Fixes

  • Fix issues with styles
  • Fix issues with button colors

Release 1.7.0

19 Feb 20:07
Compare
Choose a tag to compare

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

18 Feb 18:43
Compare
Choose a tag to compare

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

18 Feb 10:28
Compare
Choose a tag to compare

Bug fixes

  • Vertical align warning on text input #37
  • Fix some container and buttons styles issues

Release 1.5.0

17 Feb 17:54
Compare
Choose a tag to compare

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

15 Feb 10:41
Compare
Choose a tag to compare
  • Fix some issues with the width and the vertical alignment of the component #33