Releases: zyslife/react-native-head-tab-view
Releases · zyslife/react-native-head-tab-view
v4.0.0-rc13
v4.0.0-rc13
v4.0.0-rc12
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
- Add adaptations to [email protected].
- Fixed an issue where the component page was quickly pushed out and faded out.
v4.0.0-rc10
�Fixed crash when switching tabs too fast.
v4.0.0-rc9
Fixed scene may not be displayed.
v4.0.0-rc8
Optimization of the enableSnap
v4.0.0-rc.7
bug fixes
v4.0.0-rc.5
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
v4.0.0-rc.3
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.