mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 18:52:07 +00:00
Fix lint error
This commit is contained in:
@@ -171,9 +171,11 @@ const ScrollView = React.createClass({
|
|||||||
return React.cloneElement(
|
return React.cloneElement(
|
||||||
refreshControl,
|
refreshControl,
|
||||||
{ style: props.style },
|
{ style: props.style },
|
||||||
<ScrollViewClass {...props} ref={this._setScrollViewRef} style={styles.base}>
|
(
|
||||||
{contentContainer}
|
<ScrollViewClass {...props} ref={this._setScrollViewRef} style={styles.base}>
|
||||||
</ScrollViewClass>
|
{contentContainer}
|
||||||
|
</ScrollViewClass>
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user