React Native Counters Versions Save

React native Minus(-) (Number) Plus(+) Component

1.3.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/yasaricli/react-native-counters/compare/1.2.0...1.3.0

1.2.0

4 years ago
  • Scales the font sizes #7
  • onChangeBefore buttons #8

For example:

<Counter
  onChangeBefore={(success) => {
    setTimeout(() => {
      success();
    }, 5000)
  }}
/>

1.0.1

4 years ago
  • Fixed type is undefined #4 thanks @orizzz

1.0.0

4 years ago

v1.0.0 stable is here 🎉

Some of the major changes that this version brings:

  • Removed textColor, touchableColor , touchableDisabledColor props.
  • Added buttonStyle, buttonTextStyle, countTextStyle, minus, plus props.
  • Refactoring All Code

Finally, the package has been moved under tsepeti as yasaricli.

0.0.1

5 years ago