Commit 3e2c6c7f authored by Trisno's avatar Trisno

news detail

parent 424f3b37
......@@ -199,6 +199,7 @@ class Home extends React.Component {
render() {
console.log(this.state.images)
return (
<View style={styles.container}>
<ScrollView>
......@@ -217,6 +218,7 @@ class Home extends React.Component {
</View>
<SliderBox
images={this.state.images}
onCurrentImagePressed={index => console.log(`image ${index} pressed`)}
autoplay
circleLoop
dotColor='black'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment