diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index bd3f9b99e..7c769a05f 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -530,7 +530,7 @@ var ScrollView = React.createClass({ // AndroidSwipeRefreshLayout and use flex: 1 for the ScrollView. return React.cloneElement( refreshControl, - {style: this.props.style}, + {style: props.style}, {contentContainer}