We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d1ff commit 51891c8Copy full SHA for 51891c8
1 file changed
Components/Widgets/Header.js
@@ -52,15 +52,15 @@ export default class Header extends NativeBaseComponent {
52
</View>}
53
54
{ Array.isArray(this.props.children) &&
55
- <View style={{flex: 1,alignSelf: 'flex-start'}}>
+ <View style={{flex: 1,alignItems: 'center', paddingTop: 10}}>
56
{this.props.children[0]}
57
58
59
- <View style={{flex: 1, alignSelf: 'center'}}>
+ <View style={{flex: 3, alignSelf: 'center'}}>
60
{this.props.children[1]}
61
62
63
- <View style={{flex:1, alignSelf: 'flex-end'}}>
+ <View style={{flex:1,alignItems: 'center', paddingTop: 10}}>
64
{this.props.children[2]}
65
66
0 commit comments