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

v0.0.14

Compare
Choose a tag to compare
@satya164 satya164 released this 02 Jul 19:42
· 655 commits to main since this release

Breaking changes

  • TabViewPage.PanResponder.forSwipe was renamed to TabViewPage.PanResponder.forHorizontal
  • TabViewPage.StyleInterpolator.forSwipe was renamed to TabViewPage.StyleInterpolator.forHorizontal
  • TabViewPage.StyleInterpolator.forStatic was removed, use configureAnimation prop of <TabViewTransitioner /> instead
  • renderLabel prop for <TabBarTop /> can now only return React elements
  • <TabBarTop /> no longer accepts labelStyle, labelActiveStyle, labelInactiveStyle props, use renderLabel 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