Skip to content

Releases: kirankalyan5/react-native-segmented-control-tab

V4.0.0

26 Aug 20:17
Compare
Choose a tag to compare
  • Adds support to the test id.
  • Prop update - Change onPress to onTab press
  • Dependencies & security updates

v3.4.1

11 Jul 20:47
Compare
Choose a tag to compare
  • Add firstTabStyle and lastTabStyle prop
  • npm package updates

V3.4.0

21 Jan 20:41
Compare
Choose a tag to compare
  • Code refactoring,
  • CI integration
  • jest setup and test coverage
  • minor bug fixes and improvments

Added new Props to extend functionality.

07 Aug 20:34
Compare
Choose a tag to compare

Features

  • Added enable props which is true by default this match with the native react native component (SegmentedControlIOS).

  • activeTabOpacity props: used to customize the tab press.

  • Added Accessibility props to add custom labels.

  • added the allowFontScaling prop.

Misc

  • minor bug fixes.