Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b54594e

Browse files
author
Jared Forsyth
committed
[react native] fix inspector touch bug
1 parent 9229ead commit b54594e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/ReactIOS/renderApplication.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var AppContainer = React.createClass({
5050
var warningBox = shouldRenderWarningBox ? <WarningBox /> : null;
5151
return (
5252
<View style={styles.appContainer}>
53-
<View style={styles.appContainer} ref="main">
53+
<View collapsible={false} style={styles.appContainer} ref="main">
5454
{this.props.children}
5555
</View>
5656
{warningBox}

0 commit comments

Comments
 (0)