mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 17:53:50 +00:00
@@ -134,14 +134,39 @@ export default class ScrollViewBase extends Component {
|
|||||||
scrollEnabled,
|
scrollEnabled,
|
||||||
style,
|
style,
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
|
alwaysBounceHorizontal,
|
||||||
|
alwaysBounceVertical,
|
||||||
|
automaticallyAdjustContentInsets,
|
||||||
|
bounces,
|
||||||
|
bouncesZoom,
|
||||||
|
canCancelContentTouches,
|
||||||
|
centerContent,
|
||||||
|
contentInset,
|
||||||
|
contentInsetAdjustmentBehavior,
|
||||||
|
contentOffset,
|
||||||
|
decelerationRate,
|
||||||
|
directionalLockEnabled,
|
||||||
|
endFillColor,
|
||||||
|
indicatorStyle,
|
||||||
|
keyboardShouldPersistTaps,
|
||||||
|
maximumZoomScale,
|
||||||
|
minimumZoomScale,
|
||||||
onMomentumScrollBegin,
|
onMomentumScrollBegin,
|
||||||
onMomentumScrollEnd,
|
onMomentumScrollEnd,
|
||||||
onScrollBeginDrag,
|
onScrollBeginDrag,
|
||||||
onScrollEndDrag,
|
onScrollEndDrag,
|
||||||
|
overScrollMode,
|
||||||
|
pinchGestureEnabled,
|
||||||
removeClippedSubviews,
|
removeClippedSubviews,
|
||||||
scrollEventThrottle,
|
scrollEventThrottle,
|
||||||
|
scrollIndicatorInsets,
|
||||||
|
scrollPerfTag,
|
||||||
|
scrollsToTop,
|
||||||
showsHorizontalScrollIndicator,
|
showsHorizontalScrollIndicator,
|
||||||
showsVerticalScrollIndicator,
|
showsVerticalScrollIndicator,
|
||||||
|
snapToInterval,
|
||||||
|
snapToAlignment,
|
||||||
|
zoomScale,
|
||||||
/* eslint-enable */
|
/* eslint-enable */
|
||||||
...other
|
...other
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|||||||
@@ -137,6 +137,7 @@ const ScrollView = createReactClass({
|
|||||||
keyboardDismissMode,
|
keyboardDismissMode,
|
||||||
onScroll,
|
onScroll,
|
||||||
pagingEnabled,
|
pagingEnabled,
|
||||||
|
stickyHeaderIndices,
|
||||||
/* eslint-enable */
|
/* eslint-enable */
|
||||||
...other
|
...other
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|||||||
Reference in New Issue
Block a user