Revert "[React Native] Remove layout-only nodes"

This commit is contained in:
chaceliang
2015-06-25 14:30:06 -07:00
parent 7963add0d5
commit 7159a4e947
13 changed files with 113 additions and 2022 deletions

View File

@@ -279,7 +279,6 @@ var ScrollView = React.createClass({
var contentContainer =
<View
collapsible={false}
ref={INNERVIEW}
style={contentContainerStyle}
removeClippedSubviews={this.props.removeClippedSubviews}>