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

nn

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