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.10.0

05 Aug 15:39
Compare
Choose a tag to compare

2.10.0 (2019-08-05)

Features

  • add ability to prevent default action on tab press (#860) (cb401f9)

Release 2.9.0

13 Jul 22:54
Compare
Choose a tag to compare

2.9.0 (2019-07-13)

Features

Release 2.8.0

12 Jul 11:30
Compare
Choose a tag to compare

2.8.0 (2019-07-12)

Bug Fixes

  • prevent indicator ovescroll (612fcd9)

Features

  • add indicatorContainerStyle (#826) (1e94555)
  • support width: 'auto' in tabStyle (b889782)

Release 2.7.3

05 Jul 12:43
Compare
Choose a tag to compare

2.7.3 (2019-07-05)

Bug Fixes

  • improve rendering of indicator before layout for scrollEnabled=true (b938649)

Release 2.7.2

05 Jul 12:34
Compare
Choose a tag to compare

2.7.2 (2019-07-05)

Bug Fixes

  • fix scrollable tabs before layout if no tab width was provided (afbd348), closes #805

Release 2.7.1

30 Jun 17:23
Compare
Choose a tag to compare

2.7.1 (2019-06-30)

Bug Fixes

  • change logic of switching tabs (f8fa30f)

Release 2.7.0

27 Jun 11:30
Compare
Choose a tag to compare

2.7.0 (2019-06-27)

Features

  • improve keyboard handling during tab change (ccfa884)

Release 2.6.2

21 Jun 20:14
Compare
Choose a tag to compare

2.6.2 (2019-06-21)

Bug Fixes

Release 2.6.1

14 Jun 15:07
Compare
Choose a tag to compare

Bug Fixes

  • update default velocity impact value (596c142)

Release 2.6.0

12 Jun 14:32
Compare
Choose a tag to compare

Features

  • consider both velocity and position while calculating index (#802) (e7f832c)