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

Releases: satya164/react-native-tab-view

Release 2.5.0

29 May 17:06
Compare
Choose a tag to compare

Features

  • add prop to load screens in advance when lazy is enabled (8e8e3fc)
  • allow passing additional props to pager (af70210)

Release 2.4.0

22 May 12:02
Compare
Choose a tag to compare

Bug Fixes

  • measure tab bar layout instead of using tabview layout (30216d3)

Features

  • add prop to access position value outside the tabview. closes #781 (#782) (7c0ba4e)

Release 1.4.1

17 May 17:44
Compare
Choose a tag to compare

Bug Fixes

  • add 'bounces' prop type only to PagerScroll (a36ed15)

Release 2.3.0

15 May 14:32
Compare
Choose a tag to compare

Bug Fixes

  • reset gesture when manually updating the index (e864dad)

Features

  • first-class support for TypeScript (01ba66e)

Release 2.2.1

14 May 14:24
Compare
Choose a tag to compare

Bug Fixes

  • avoid opacity change in tab bar due to overswipe to left (aa7e9b3)
  • memoize animated nodes to improve performance (346f22d), closes #720
  • try to improve the performance (116dc0b), closes #700 #716
  • tweak spring config for animation (cf44834)

Release 1.4.0

07 May 09:52
Compare
Choose a tag to compare

Bug Fixes

  • fix issue with triggering press while scrolling on iOS (#754) (3e5fed7)

Features

  • support horizontal bounces for PagerScoll to make it looks like iOS component (#722) (f6d7cfd)

Release 1.3.5

02 May 21:00
Compare
Choose a tag to compare
  • fix: setting initial tab behaviour for iOS RN 0.59.x (#762) (a1c00b0)
  • docs: add deprecation notice to the 1.x branch (557e9e5)

Release 2.2.0

19 Apr 15:21
Compare
Choose a tag to compare

Features

  • export extra animation options for Pager (#747) (f5df221)

Release 2.1.0

12 Apr 16:43
Compare
Choose a tag to compare

Bug Fixes

Features

Release 1.3.4

21 Mar 17:15
Compare
Choose a tag to compare

Bug Fixes