React Native Head Tab View Versions Save

Add collapsible headers to your tab-view components.

v4.0.0-rc13

2 years ago

v4.0.0-rc12

2 years ago

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

2 years ago
  • Add adaptations to [email protected].
  • Fixed an issue where the component page was quickly pushed out and faded out.

v4.0.0-rc10

3 years ago

Fixed crash when switching tabs too fast.

v4.0.0-rc9

3 years ago

Fixed scene may not be displayed.

v4.0.0-rc8

3 years ago

Optimization of the enableSnap

v4.0.0-rc.7

3 years ago

bug fixes

v4.0.0-rc.5

3 years ago

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

3 years ago

Bug fixes

  • #83
  • #82
  • #81

v4.0.0-rc.3

3 years ago

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