fix layout of lower section

This commit is contained in:
Jake Howard 2016-09-18 11:41:17 +01:00
parent 69e1705d3d
commit b4b2942438
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -22,6 +22,7 @@ const styles = StyleSheet.create({
backgroundColor: '#FFF'
} as React.ViewStyle,
wrapper: {
flex: 1,
marginTop: NAVBAR_HEIGHT
} as React.ViewStyle
});