mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 15:18:10 +00:00
[react native] fix inspector touch bug
This commit is contained in:
parent
9229eadff0
commit
b54594e42b
@ -50,7 +50,7 @@ var AppContainer = React.createClass({
|
||||
var warningBox = shouldRenderWarningBox ? <WarningBox /> : null;
|
||||
return (
|
||||
<View style={styles.appContainer}>
|
||||
<View style={styles.appContainer} ref="main">
|
||||
<View collapsible={false} style={styles.appContainer} ref="main">
|
||||
{this.props.children}
|
||||
</View>
|
||||
{warningBox}
|
||||
|
Loading…
x
Reference in New Issue
Block a user