fix layout of lower section
This commit is contained in:
parent
69e1705d3d
commit
b4b2942438
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ const styles = StyleSheet.create({
|
|||
backgroundColor: '#FFF'
|
||||
} as React.ViewStyle,
|
||||
wrapper: {
|
||||
flex: 1,
|
||||
marginTop: NAVBAR_HEIGHT
|
||||
} as React.ViewStyle
|
||||
});
|
||||
|
|
Reference in a new issue