This repository was archived by the owner on Nov 27, 2022. It is now read-only.
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