From dafe0ba7a8ed09b3592cf5a2d66a2c2a3c7ae67a Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 19 Jun 2017 09:11:32 -0400 Subject: [PATCH] RN-191 Channel drawer IOS UI fixes (#641) --- app/components/channel_drawer/channels_list/index.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/components/channel_drawer/channels_list/index.js b/app/components/channel_drawer/channels_list/index.js index 5e8d66107..054a7c587 100644 --- a/app/components/channel_drawer/channels_list/index.js +++ b/app/components/channel_drawer/channels_list/index.js @@ -226,7 +226,7 @@ class ChannelsList extends Component { return ( @@ -248,6 +248,13 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { backgroundColor: theme.sidebarBg, flex: 1 }, + extraPadding: { + ...Platform.select({ + ios: { + paddingBottom: 10 + } + }) + }, statusBar: { backgroundColor: theme.sidebarHeaderBg, ...Platform.select({