This repository has been 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
onChangePosition
in favor ofonPositionChange
- Remove
onRequestChangeTab
in 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
animationEnabled
to disable animation in pan responder based pager instead of returningnull
fromconfigureTransition
- Tapping on tabs will now update the state first before starting the transition (earlier it updated the state after finishing the transition)
- No
jump
event triggered anymore, should not matter if you were not using thesubscribe
prop passed to theTabBar
/Pager
New features
- Pass props to pager from
TabViewAnimated
after consuming, means you can now passswipeEnabled
andanimationEnabled
directly toTabViewAnimated
v0.0.59
v0.0.58
v0.0.56
Breaking changes
- Remove
TabViewTransitioner
from 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