From 893e9e315e055de52c7d625e81cb85b79d4a2480 Mon Sep 17 00:00:00 2001 From: Andrei Coman Date: Mon, 11 Apr 2016 06:52:23 -0700 Subject: [PATCH] Fix UIExplorer drawer list Reviewed By: dmmiller Differential Revision: D3144401 fb-gh-sync-id: a6a8f03416ee60d81140cbf736f48da09d9487cf fbshipit-source-id: a6a8f03416ee60d81140cbf736f48da09d9487cf --- Examples/UIExplorer/UIExplorerApp.android.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/UIExplorer/UIExplorerApp.android.js b/Examples/UIExplorer/UIExplorerApp.android.js index e3f6c349c..2e9d5a3e7 100644 --- a/Examples/UIExplorer/UIExplorerApp.android.js +++ b/Examples/UIExplorer/UIExplorerApp.android.js @@ -218,6 +218,7 @@ const styles = StyleSheet.create({ height: 56, }, drawerContentWrapper: { + flex: 1, paddingTop: StatusBar.currentHeight, backgroundColor: 'white', },