Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

v0.0.32

Compare
Choose a tag to compare
@satya164 satya164 released this 11 Oct 18:43
· 549 commits to main since this release

Breaking changes

  • <TabViewPage /> is deprecated. You should pass the same renderScene prop 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 width and translateX style. 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