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.32
Breaking changes
<TabViewPage />is deprecated. You should pass the samerenderSceneprop to<TabViewAnimated />that you were passing to<TabViewPage />earlier- If you were using a custom style interpolator for
<TabViewPage />, you should just use a<Animated.View />now and pass the style to it - The default styles for the pages already include
widthandtranslateXstyle. So if you're using a custom style interpolator, you need to change it to accommodate the already applied translation
New features and improvements
- Add ability to use alternative pager components
- Make tab press ripple effect borderless on Android
- Add a hairline shadow below tabbar on iOS
Bug fixes
- Render indicator below tab labels
- Make sure tabs stay in sync with navigation state
- Set tab label background to transparent
v0.0.31
v0.0.29
Breaking changes
- Replace
configureAnimationprop withconfigureTransitionfor<TabViewTransitioner /> - Remove
panHandlersprop from<TabViewPage />
New features
- Add a
swipeEnabledprop to<TabViewPage /> - Add a
onTabItemPressprop to<TabBar /> - Add a
renderBadgeprop to<TabBar /> - Add a
shouldOptimizeUpdatesprop to<TabViewTransitioner />
Bug fixes
- Don't defer rendering of tabbars till
onLayout
v0.0.28
v0.0.21
v0.0.20
v0.0.14
Breaking changes
TabViewPage.PanResponder.forSwipewas renamed toTabViewPage.PanResponder.forHorizontalTabViewPage.StyleInterpolator.forSwipewas renamed toTabViewPage.StyleInterpolator.forHorizontalTabViewPage.StyleInterpolator.forStaticwas removed, useconfigureAnimationprop of<TabViewTransitioner />insteadrenderLabelprop for<TabBarTop />can now only return React elements<TabBarTop />no longer acceptslabelStyle,labelActiveStyle,labelInactiveStyleprops, userenderLabelinstead
New features
- Added
<TabBar />component which can be used as a top or bottom tabbar - Added a
renderIconprop to<TabBarTop /> - Added a
configureAnimationprop to<TabViewTransitioner />which can be used to customize or disable animations