Commit 8a088e2b authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

nn

parent 5afdba22
......@@ -222,7 +222,7 @@ class Home extends React.Component {
</TouchableOpacity>
</View>
</View>
<View style={{backgroundColor: 'red'}}>
<View>
<SliderBox
images={this.state.images}
onCurrentImagePressed={index => console.log(`image ${index} pressed`)}
......
......@@ -73,7 +73,7 @@ const styles = StyleSheet.create({
},
header: {
height: 60,
paddingHorizontal: 10,
paddingHorizontal: 5,
flexDirection: 'row',
backgroundColor: '#CFB368',
alignItems : 'center'
......
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