我在我的ract-native页面(库ract-native-timeline-listview
)中使用了Basic Usage
时间轴列表视图。它用于默认数据。但是当我通过componentWillMount()
componentWillMount() {
var list = CustomerStore.usagelist;
this.setState({data:list});
console.log(JSON.stringify(list));
}
日志在运行渲染()之前要打印数据
警告:将在下一条版本中渲染空截面标题。在此版本中,您可以使用"启用emptysections"标志来渲染空截面。
我也使用了标志,但是没有用。
<Timeline data={this.state.data} enableEmptySections={true} />
有人对此有解决方案吗?
我正在使用反应:0.38
链接到库
如果您仍在搜索这个,
它变成了npm i反应 - 基线 - 芬兰语
只要给出flex:1至包含的视图或高度:&quot" 100%
<View style={{height:"100%"}}>
//TimelineListView is a separate component i made
<TimelineListView>
</View>