Skip to content

Releases: APSL/react-native-button

v3.1.1

Choose a tag to compare

@alvaromb alvaromb released this 24 Apr 09:58

Changelog

  • feat: add testID to TouchableNativeFeedback #75

v3.1.0

Choose a tag to compare

@alvaromb alvaromb released this 26 Jul 09:49

Changelog

  • Support for newest RN versions #66 (Thanks @antt001!)

v3.0.2

Choose a tag to compare

@alvaromb alvaromb released this 11 Nov 10:32

Changelog

v3.0.1

Choose a tag to compare

@alvaromb alvaromb released this 27 Sep 14:55

Changelog

  • Added Jest testing
  • NPM Ignored .babelrc

v3.0.0

Choose a tag to compare

@alvaromb alvaromb released this 15 Jul 12:58

Changelog

v2.4.2

Choose a tag to compare

@alvaromb alvaromb released this 09 Feb 15:38

Changelog

v2.4.1

Choose a tag to compare

@alvaromb alvaromb released this 29 Jan 10:17

Changelog

  • Solves #17
  • Added Android example
  • Lets the user to select a background prop for TouchableNativeFeedback

v2.4.0

Choose a tag to compare

@alvaromb alvaromb released this 13 Jan 15:42

Changelog

  • Solves #13. TouchableNativeFeedback is supported under Android.
  • Removed react-native from peerDependencies.
  • Added support for color for ProgressBarAndroid.

v2.3.0

Choose a tag to compare

@alvaromb alvaromb released this 03 Dec 10:04

Changelog

  • Added support for React Native 0.16.0.

v2.2.0

Choose a tag to compare

@alvaromb alvaromb released this 19 Nov 10:20

Changelog

  • Added the isDisabled prop.
  • Refactored code.