mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Merge pull request #1947 from jaredly/Hotfix_Fri_10_July
Hotfix fri 10 july
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user