React Native Tab View Versions Save

A cross-platform Tab View component for React Native

v2.14.4

4 years ago

2.14.4 (2020-06-04)

Reverts

  • Revert "fix: exported Pager, PagerConsumer, PagerContext, and PagerContextType (#964)" (cdf5972), closes #964
  • Revert "fix: export type PagerContextType" (3f8a9f8)

v2.14.3

4 years ago

2.14.3 (2020-06-04)

Bug Fixes

  • export type PagerContextType (4c96fdd)
  • exported Pager, PagerConsumer, PagerContext, and PagerContextType (#964) (795f90f)
  • make lib compatible with reanimated2 (#1023) (0996cdf)

v2.14.2

4 years ago

2.14.2 (2020-05-22)

Bug Fixes

  • add flagging beginning of the gesture in ScrollPager (6f681c5)
  • remove console.log in ScrollPager (64c6e62)

v2.14.1

4 years ago

2.14.1 (2020-05-20)

Bug Fixes

  • call onIndexChange only if scrollview was dragged (#1013) (8c0d2c3)

v2.14.0

4 years ago

2.14.0 (2020-04-07)

Bug Fixes

  • fix scrollbars being always visible in TabBar on web (#997) (3d3dc13)
  • separate normal and type exports (c242c16)
  • teach ScrollPager how to call onIndexChange (#994) (6d517b9), closes #993
  • type export warning in webpack (#981) (ad0c362)

Features

v2.13.0

4 years ago

2.13.0 (2020-02-02)

Bug Fixes

  • wrap tabview with gesture handler wrapper (6ee523c)

Features

v2.12.0

4 years ago

2.12.0 (2020-01-23)

Bug Fixes

Features

  • add support for web in the example (#948) (f240dee)
  • conditionally add scrollView on iOS instead of pager (#952) (22d4c62)
  • expose TabView and TabBar Props (#941) (491d373)

v2.11.0

4 years ago

2.11.0 (2019-11-20)

Features

v2.10.2

4 years ago

2.10.2 (2019-11-17)

Bug Fixes

  • workaround UI not updating on layout change (47747cf)

v2.10.1

4 years ago

2.10.1 (2019-11-17)

Bug Fixes

  • move layout from state to class member (#915) (8eedb61)