Skip to content

Releases: zyslife/react-native-head-tab-view

v4.0.0-rc13

18 Jul 17:13
Compare
Choose a tag to compare
v4.0.0-rc13

v4.0.0-rc12

17 Jul 17:04
Compare
Choose a tag to compare

Add renderLoadingView forHScrollView,HFlatList and HSectionList.
You can provide a LoadingView when the scene is transparent until the height of the onContentSizeRange callback is less than minHeight.

v4.0.0-rc11

29 May 09:45
Compare
Choose a tag to compare
  • Add adaptations to [email protected].
  • Fixed an issue where the component page was quickly pushed out and faded out.

v4.0.0-rc10

27 May 07:20
Compare
Choose a tag to compare

�Fixed crash when switching tabs too fast.

v4.0.0-rc9

16 May 09:28
Compare
Choose a tag to compare

Fixed scene may not be displayed.

v4.0.0-rc8

07 May 15:06
Compare
Choose a tag to compare

Optimization of the enableSnap

v4.0.0-rc.7

04 May 17:06
Compare
Choose a tag to compare

bug fixes

v4.0.0-rc.5

02 May 15:15
Compare
Choose a tag to compare

Add enableSnap to props. (If it is true,it automatically switches to the folded and expanded states.)
renderScrollHeader can accept ReactElement.

v4.0.0-rc.4

07 Apr 13:16
Compare
Choose a tag to compare

Bug fixes

v4.0.0-rc.3

02 Apr 17:24
Compare
Choose a tag to compare

Key changes

  • Remove the Scene overflowPull field and add it to the TabView.
  • Add v3 version of PullExtendedCoefficient already existing field.
  • When switching tabbars, the scene is no longer re-rendered.

Bug fixes

  • Fixed isRefreshing starting to true.
  • Fixed variable referenced by onStartRefresh not being updated. #76
  • Fixed Frozetop raised scene height error. #77