This repository was archived by the owner on Nov 27, 2022. It is now read-only.
Releases: satya164/react-native-tab-view
Releases · satya164/react-native-tab-view
v0.0.70
Breaking changes
- Remove
onChangePositionin favor ofonPositionChange - Remove
onRequestChangeTabin favor ofonIndexChange - Upgrade to Flow 0.53, expect errors with older versions of Flow (@Palisand)
Bug fixes
- Add safety check to
_resetListener(@CapitanRedBeard ) - Improve ripple effect in tab bar (@bsonntag)
v0.0.65
v0.0.64
v0.0.63
v0.0.62
v0.0.61
v0.0.60
Breaking changes
- Use
animationEnabledto disable animation in pan responder based pager instead of returningnullfromconfigureTransition - Tapping on tabs will now update the state first before starting the transition (earlier it updated the state after finishing the transition)
- No
jumpevent triggered anymore, should not matter if you were not using thesubscribeprop passed to theTabBar/Pager
New features
- Pass props to pager from
TabViewAnimatedafter consuming, means you can now passswipeEnabledandanimationEnableddirectly toTabViewAnimated
v0.0.59
v0.0.58
v0.0.56
Breaking changes
- Remove
TabViewTransitionerfrom exports.
It'll be completely removed in future. If you need it, for now you can directly require the file fromsrc/
Bug fixes
- Fix bottom tabbar being pushed down when content is large
- Add accessibility label to tabs
- Fix maximum callstack size reached for tabs with
canJumpToTab