From b54594e42bea819ebb4fa968a055a213d2c75205 Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Fri, 10 Jul 2015 10:52:59 -0700 Subject: [PATCH] [react native] fix inspector touch bug --- Libraries/ReactIOS/renderApplication.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/ReactIOS/renderApplication.ios.js b/Libraries/ReactIOS/renderApplication.ios.js index 4f76451a7..53a786e2a 100644 --- a/Libraries/ReactIOS/renderApplication.ios.js +++ b/Libraries/ReactIOS/renderApplication.ios.js @@ -50,7 +50,7 @@ var AppContainer = React.createClass({ var warningBox = shouldRenderWarningBox ? : null; return ( - + {this.props.children} {warningBox}