diff --git a/src/components/ScrollView/ScrollViewBase.js b/src/components/ScrollView/ScrollViewBase.js index c381d166..dccec5e6 100644 --- a/src/components/ScrollView/ScrollViewBase.js +++ b/src/components/ScrollView/ScrollViewBase.js @@ -134,14 +134,39 @@ export default class ScrollViewBase extends Component { scrollEnabled, style, /* eslint-disable */ + alwaysBounceHorizontal, + alwaysBounceVertical, + automaticallyAdjustContentInsets, + bounces, + bouncesZoom, + canCancelContentTouches, + centerContent, + contentInset, + contentInsetAdjustmentBehavior, + contentOffset, + decelerationRate, + directionalLockEnabled, + endFillColor, + indicatorStyle, + keyboardShouldPersistTaps, + maximumZoomScale, + minimumZoomScale, onMomentumScrollBegin, onMomentumScrollEnd, onScrollBeginDrag, onScrollEndDrag, + overScrollMode, + pinchGestureEnabled, removeClippedSubviews, scrollEventThrottle, + scrollIndicatorInsets, + scrollPerfTag, + scrollsToTop, showsHorizontalScrollIndicator, showsVerticalScrollIndicator, + snapToInterval, + snapToAlignment, + zoomScale, /* eslint-enable */ ...other } = this.props; diff --git a/src/components/ScrollView/index.js b/src/components/ScrollView/index.js index 1349c768..5dfdd678 100644 --- a/src/components/ScrollView/index.js +++ b/src/components/ScrollView/index.js @@ -137,6 +137,7 @@ const ScrollView = createReactClass({ keyboardDismissMode, onScroll, pagingEnabled, + stickyHeaderIndices, /* eslint-enable */ ...other } = this.props;