【发布时间】:2019-12-16 18:20:18
【问题描述】:
我正在尝试实现https://snack.expo.io/@satya164/collapsible-header-with-tabview。但是我在滚动标题时无法折叠标题,但在标签或内容滚动时会折叠,我认为是因为TabView版本,所以尝试更新最新版本,我将TabView道具上的renderHeader更改为renderTabBar
<TabView
style={tabStyles.container}
navigationState={this.state}
renderScene={this._renderScene}
renderTabBar={this._renderHeader}
onIndexChange={this._handleIndexChange}
initialLayout={initialLayout}
/>
但仍然没有任何反应。 谁能解决?
【问题讨论】:
标签: react-native tabs react-native-ios tabview