This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
v0.0.14
Breaking changes
TabViewPage.PanResponder.forSwipe
was renamed toTabViewPage.PanResponder.forHorizontal
TabViewPage.StyleInterpolator.forSwipe
was renamed toTabViewPage.StyleInterpolator.forHorizontal
TabViewPage.StyleInterpolator.forStatic
was removed, useconfigureAnimation
prop of<TabViewTransitioner />
insteadrenderLabel
prop for<TabBarTop />
can now only return React elements<TabBarTop />
no longer acceptslabelStyle
,labelActiveStyle
,labelInactiveStyle
props, userenderLabel
instead
New features
- Added
<TabBar />
component which can be used as a top or bottom tabbar - Added a
renderIcon
prop to<TabBarTop />
- Added a
configureAnimation
prop to<TabViewTransitioner />
which can be used to customize or disable animations