This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
v0.0.29
Breaking changes
- Replace
configureAnimation
prop withconfigureTransition
for<TabViewTransitioner />
- Remove
panHandlers
prop from<TabViewPage />
New features
- Add a
swipeEnabled
prop to<TabViewPage />
- Add a
onTabItemPress
prop to<TabBar />
- Add a
renderBadge
prop to<TabBar />
- Add a
shouldOptimizeUpdates
prop to<TabViewTransitioner />
Bug fixes
- Don't defer rendering of tabbars till
onLayout