Skip to content

Releases: yasaricli/react-native-counters

v1.3.0

19 Jan 15:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

01 May 22:30
Compare
Choose a tag to compare
  • Scales the font sizes #7
  • onChangeBefore buttons #8

For example:

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

1.0.1

01 May 15:09
Compare
Choose a tag to compare

1.0.0

06 Mar 12:08
Compare
Choose a tag to compare

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.

First Release

28 Sep 07:37
Compare
Choose a tag to compare
0.0.1

change package name