标签: react-native
是否可以更改平面列表组件屏幕居中项的backgroundColor
<FlatList data={data} horizontal={true} renderItem={({item}) => <Text style={{fontSize: 20, textAlign: 'center'}}>{item.num}</Text> } />