Merge pull request #1947 from jaredly/Hotfix_Fri_10_July

Hotfix fri 10 july
This commit is contained in:
Jared Forsyth 2015-07-10 13:19:50 -07:00
Родитель f6d058dfea 98a00f4840
Коммит 2b916f3cef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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}