Releases: kirankalyan5/react-native-segmented-control-tab
Releases · kirankalyan5/react-native-segmented-control-tab
V4.0.0
v3.4.1
- Add firstTabStyle and lastTabStyle prop
- npm package updates
V3.4.0
- Code refactoring,
- CI integration
- jest setup and test coverage
- minor bug fixes and improvments
Added new Props to extend functionality.
Features
-
Added
enableprops which is true by default this match with the native react native component (SegmentedControlIOS). -
activeTabOpacityprops: used to customize the tab press. -
Added
Accessibilityprops to add custom labels. -
added the
allowFontScalingprop.
Misc
- minor bug fixes.