mirror of
https://github.com/status-im/react-native.git
synced 2025-02-09 16:14:47 +00:00
Hotfix from Fri 10 July
This commit is contained in:
commit
98a00f4840
@ -50,7 +50,7 @@ var AppContainer = React.createClass({
|
|||||||
var warningBox = shouldRenderWarningBox ? <WarningBox /> : null;
|
var warningBox = shouldRenderWarningBox ? <WarningBox /> : null;
|
||||||
return (
|
return (
|
||||||
<View style={styles.appContainer}>
|
<View style={styles.appContainer}>
|
||||||
<View style={styles.appContainer} ref="main">
|
<View collapsible={false} style={styles.appContainer} ref="main">
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</View>
|
</View>
|
||||||
{warningBox}
|
{warningBox}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user