Hide scroll bar

This commit is contained in:
Julia Friesel
2018-06-27 11:54:51 +02:00
parent 3f621c3c44
commit 4a151ba0d1
+1
View File
@@ -136,6 +136,7 @@ export default class CycleChart extends Component {
<FlatList
horizontal={true}
inverted={true}
showsHorizontalScrollIndicator={false}
data={this.state.columns}
renderItem={({ item, index }) => {
return (