From b4b294243878236dd1ed486a8f52cce9695f95f4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 18 Sep 2016 11:41:17 +0100 Subject: [PATCH] fix layout of lower section --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index e96d64d..b7d3774 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -22,6 +22,7 @@ const styles = StyleSheet.create({ backgroundColor: '#FFF' } as React.ViewStyle, wrapper: { + flex: 1, marginTop: NAVBAR_HEIGHT } as React.ViewStyle });