From 103257b7932abd215a0530c99b1eddec642e9840 Mon Sep 17 00:00:00 2001 From: Mehdi Mulani Date: Fri, 28 Oct 2016 05:28:19 -0700 Subject: [PATCH] Fix ModalExample flex issue with Button Reviewed By: majak Differential Revision: D4091827 fbshipit-source-id: be8e611d6b514fc7c7c5b6242b7b032942b1109c --- Examples/UIExplorer/js/ModalExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/js/ModalExample.js b/Examples/UIExplorer/js/ModalExample.js index 0c10de11b..458ae1ed4 100644 --- a/Examples/UIExplorer/js/ModalExample.js +++ b/Examples/UIExplorer/js/ModalExample.js @@ -206,7 +206,7 @@ var styles = StyleSheet.create({ }, button: { borderRadius: 5, - flex: 1, + flexGrow: 1, height: 44, alignSelf: 'stretch', justifyContent: 'center',