Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9229ead commit b54594eCopy full SHA for b54594e
Libraries/ReactIOS/renderApplication.ios.js
@@ -50,7 +50,7 @@ var AppContainer = React.createClass({
50
var warningBox = shouldRenderWarningBox ? <WarningBox /> : null;
51
return (
52
<View style={styles.appContainer}>
53
- <View style={styles.appContainer} ref="main">
+ <View collapsible={false} style={styles.appContainer} ref="main">
54
{this.props.children}
55
</View>
56
{warningBox}
0 commit comments