ScrollView to wrap Lazy Children in.

  • NOTE: Exotic components are not callable.

    Parameters

    • props: Pick<
          Props,
          | "horizontal"
          | "children"
          | "style"
          | "pointerEvents"
          | "tvParallaxProperties"
          | "hitSlop"
          | "testID"
          | "accessible"
          | "accessibilityActions"
          | "accessibilityLabel"
          | "accessibilityRole"
          | "accessibilityState"
          | "accessibilityHint"
          | "accessibilityValue"
          | "onAccessibilityAction"
          | "importantForAccessibility"
          | "accessibilityLiveRegion"
          | "accessibilityElementsHidden"
          | "accessibilityViewIsModal"
          | "onAccessibilityEscape"
          | "onAccessibilityTap"
          | "onMagicTap"
          | "accessibilityIgnoresInvertColors"
          | "hasTVPreferredFocus"
          | "needsOffscreenAlphaCompositing"
          | "removeClippedSubviews"
          | "nativeID"
          | "collapsable"
          | "renderToHardwareTextureAndroid"
          | "focusable"
          | "shouldRasterizeIOS"
          | "isTVSelectable"
          | "tvParallaxShiftDistanceX"
          | "tvParallaxShiftDistanceY"
          | "tvParallaxTiltAngle"
          | "tvParallaxMagnification"
          | "onStartShouldSetResponder"
          | "onMoveShouldSetResponder"
          | "onResponderEnd"
          | "onResponderGrant"
          | "onResponderReject"
          | "onResponderMove"
          | "onResponderRelease"
          | "onResponderStart"
          | "onResponderTerminationRequest"
          | "onResponderTerminate"
          | "onStartShouldSetResponderCapture"
          | "onMoveShouldSetResponderCapture"
          | "onTouchStart"
          | "onTouchMove"
          | "onTouchEnd"
          | "onTouchCancel"
          | "onTouchEndCapture"
          | "onPointerEnter"
          | "onPointerEnterCapture"
          | "onPointerLeave"
          | "onPointerLeaveCapture"
          | "onPointerMove"
          | "onPointerMoveCapture"
          | "onPointerCancel"
          | "onPointerCancelCapture"
          | "onPointerDown"
          | "onPointerDownCapture"
          | "onPointerUp"
          | "onPointerUpCapture"
          | "layout"
          | "entering"
          | "exiting"
          | "sharedTransitionTag"
          | "sharedTransitionStyle"
          | "animatedProps"
          | "contentContainerStyle"
          | "decelerationRate"
          | "invertStickyHeaders"
          | "keyboardDismissMode"
          | "keyboardShouldPersistTaps"
          | "onContentSizeChange"
          | "onScroll"
          | "onScrollBeginDrag"
          | "onScrollEndDrag"
          | "onMomentumScrollEnd"
          | "onMomentumScrollBegin"
          | "pagingEnabled"
          | "scrollEnabled"
          | "showsHorizontalScrollIndicator"
          | "showsVerticalScrollIndicator"
          | "stickyHeaderHiddenOnScroll"
          | "refreshControl"
          | "snapToInterval"
          | "snapToOffsets"
          | "snapToStart"
          | "snapToEnd"
          | "stickyHeaderIndices"
          | "disableIntervalMomentum"
          | "disableScrollViewPanResponder"
          | "StickyHeaderComponent"
          | "alwaysBounceHorizontal"
          | "alwaysBounceVertical"
          | "automaticallyAdjustContentInsets"
          | "automaticallyAdjustKeyboardInsets"
          | "automaticallyAdjustsScrollIndicatorInsets"
          | "bounces"
          | "bouncesZoom"
          | "canCancelContentTouches"
          | "centerContent"
          | "contentInset"
          | "contentOffset"
          | "contentInsetAdjustmentBehavior"
          | "directionalLockEnabled"
          | "indicatorStyle"
          | "maintainVisibleContentPosition"
          | "maximumZoomScale"
          | "minimumZoomScale"
          | "onScrollAnimationEnd"
          | "pinchGestureEnabled"
          | "scrollEventThrottle"
          | "scrollIndicatorInsets"
          | "scrollToOverflowEnabled"
          | "scrollsToTop"
          | "snapToAlignment"
          | "onScrollToTop"
          | "zoomScale"
          | "endFillColor"
          | "scrollPerfTag"
          | "overScrollMode"
          | "nestedScrollEnabled"
          | "fadingEdgeLength"
          | "persistentScrollbar"
          | "debug"
          | "offset"
          | "scrollViewOffset"
          | "key",
      > & RefAttributes<LazyScrollViewMethods>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
defaultProps?: Partial<
    Pick<
        Props,
        | "horizontal"
        | "children"
        | "style"
        | "pointerEvents"
        | "tvParallaxProperties"
        | "hitSlop"
        | "testID"
        | "accessible"
        | "accessibilityActions"
        | "accessibilityLabel"
        | "accessibilityRole"
        | "accessibilityState"
        | "accessibilityHint"
        | "accessibilityValue"
        | "onAccessibilityAction"
        | "importantForAccessibility"
        | "accessibilityLiveRegion"
        | "accessibilityElementsHidden"
        | "accessibilityViewIsModal"
        | "onAccessibilityEscape"
        | "onAccessibilityTap"
        | "onMagicTap"
        | "accessibilityIgnoresInvertColors"
        | "hasTVPreferredFocus"
        | "needsOffscreenAlphaCompositing"
        | "removeClippedSubviews"
        | "nativeID"
        | "collapsable"
        | "renderToHardwareTextureAndroid"
        | "focusable"
        | "shouldRasterizeIOS"
        | "isTVSelectable"
        | "tvParallaxShiftDistanceX"
        | "tvParallaxShiftDistanceY"
        | "tvParallaxTiltAngle"
        | "tvParallaxMagnification"
        | "onStartShouldSetResponder"
        | "onMoveShouldSetResponder"
        | "onResponderEnd"
        | "onResponderGrant"
        | "onResponderReject"
        | "onResponderMove"
        | "onResponderRelease"
        | "onResponderStart"
        | "onResponderTerminationRequest"
        | "onResponderTerminate"
        | "onStartShouldSetResponderCapture"
        | "onMoveShouldSetResponderCapture"
        | "onTouchStart"
        | "onTouchMove"
        | "onTouchEnd"
        | "onTouchCancel"
        | "onTouchEndCapture"
        | "onPointerEnter"
        | "onPointerEnterCapture"
        | "onPointerLeave"
        | "onPointerLeaveCapture"
        | "onPointerMove"
        | "onPointerMoveCapture"
        | "onPointerCancel"
        | "onPointerCancelCapture"
        | "onPointerDown"
        | "onPointerDownCapture"
        | "onPointerUp"
        | "onPointerUpCapture"
        | "layout"
        | "entering"
        | "exiting"
        | "sharedTransitionTag"
        | "sharedTransitionStyle"
        | "animatedProps"
        | "contentContainerStyle"
        | "decelerationRate"
        | "invertStickyHeaders"
        | "keyboardDismissMode"
        | "keyboardShouldPersistTaps"
        | "onContentSizeChange"
        | "onScroll"
        | "onScrollBeginDrag"
        | "onScrollEndDrag"
        | "onMomentumScrollEnd"
        | "onMomentumScrollBegin"
        | "pagingEnabled"
        | "scrollEnabled"
        | "showsHorizontalScrollIndicator"
        | "showsVerticalScrollIndicator"
        | "stickyHeaderHiddenOnScroll"
        | "refreshControl"
        | "snapToInterval"
        | "snapToOffsets"
        | "snapToStart"
        | "snapToEnd"
        | "stickyHeaderIndices"
        | "disableIntervalMomentum"
        | "disableScrollViewPanResponder"
        | "StickyHeaderComponent"
        | "alwaysBounceHorizontal"
        | "alwaysBounceVertical"
        | "automaticallyAdjustContentInsets"
        | "automaticallyAdjustKeyboardInsets"
        | "automaticallyAdjustsScrollIndicatorInsets"
        | "bounces"
        | "bouncesZoom"
        | "canCancelContentTouches"
        | "centerContent"
        | "contentInset"
        | "contentOffset"
        | "contentInsetAdjustmentBehavior"
        | "directionalLockEnabled"
        | "indicatorStyle"
        | "maintainVisibleContentPosition"
        | "maximumZoomScale"
        | "minimumZoomScale"
        | "onScrollAnimationEnd"
        | "pinchGestureEnabled"
        | "scrollEventThrottle"
        | "scrollIndicatorInsets"
        | "scrollToOverflowEnabled"
        | "scrollsToTop"
        | "snapToAlignment"
        | "onScrollToTop"
        | "zoomScale"
        | "endFillColor"
        | "scrollPerfTag"
        | "overScrollMode"
        | "nestedScrollEnabled"
        | "fadingEdgeLength"
        | "persistentScrollbar"
        | "debug"
        | "offset"
        | "scrollViewOffset"
        | "key",
    > & RefAttributes<LazyScrollViewMethods>,
>
displayName?: string
propTypes?: WeakValidationMap<
    Pick<
        Props,
        | "horizontal"
        | "children"
        | "style"
        | "pointerEvents"
        | "tvParallaxProperties"
        | "hitSlop"
        | "testID"
        | "accessible"
        | "accessibilityActions"
        | "accessibilityLabel"
        | "accessibilityRole"
        | "accessibilityState"
        | "accessibilityHint"
        | "accessibilityValue"
        | "onAccessibilityAction"
        | "importantForAccessibility"
        | "accessibilityLiveRegion"
        | "accessibilityElementsHidden"
        | "accessibilityViewIsModal"
        | "onAccessibilityEscape"
        | "onAccessibilityTap"
        | "onMagicTap"
        | "accessibilityIgnoresInvertColors"
        | "hasTVPreferredFocus"
        | "needsOffscreenAlphaCompositing"
        | "removeClippedSubviews"
        | "nativeID"
        | "collapsable"
        | "renderToHardwareTextureAndroid"
        | "focusable"
        | "shouldRasterizeIOS"
        | "isTVSelectable"
        | "tvParallaxShiftDistanceX"
        | "tvParallaxShiftDistanceY"
        | "tvParallaxTiltAngle"
        | "tvParallaxMagnification"
        | "onStartShouldSetResponder"
        | "onMoveShouldSetResponder"
        | "onResponderEnd"
        | "onResponderGrant"
        | "onResponderReject"
        | "onResponderMove"
        | "onResponderRelease"
        | "onResponderStart"
        | "onResponderTerminationRequest"
        | "onResponderTerminate"
        | "onStartShouldSetResponderCapture"
        | "onMoveShouldSetResponderCapture"
        | "onTouchStart"
        | "onTouchMove"
        | "onTouchEnd"
        | "onTouchCancel"
        | "onTouchEndCapture"
        | "onPointerEnter"
        | "onPointerEnterCapture"
        | "onPointerLeave"
        | "onPointerLeaveCapture"
        | "onPointerMove"
        | "onPointerMoveCapture"
        | "onPointerCancel"
        | "onPointerCancelCapture"
        | "onPointerDown"
        | "onPointerDownCapture"
        | "onPointerUp"
        | "onPointerUpCapture"
        | "layout"
        | "entering"
        | "exiting"
        | "sharedTransitionTag"
        | "sharedTransitionStyle"
        | "animatedProps"
        | "contentContainerStyle"
        | "decelerationRate"
        | "invertStickyHeaders"
        | "keyboardDismissMode"
        | "keyboardShouldPersistTaps"
        | "onContentSizeChange"
        | "onScroll"
        | "onScrollBeginDrag"
        | "onScrollEndDrag"
        | "onMomentumScrollEnd"
        | "onMomentumScrollBegin"
        | "pagingEnabled"
        | "scrollEnabled"
        | "showsHorizontalScrollIndicator"
        | "showsVerticalScrollIndicator"
        | "stickyHeaderHiddenOnScroll"
        | "refreshControl"
        | "snapToInterval"
        | "snapToOffsets"
        | "snapToStart"
        | "snapToEnd"
        | "stickyHeaderIndices"
        | "disableIntervalMomentum"
        | "disableScrollViewPanResponder"
        | "StickyHeaderComponent"
        | "alwaysBounceHorizontal"
        | "alwaysBounceVertical"
        | "automaticallyAdjustContentInsets"
        | "automaticallyAdjustKeyboardInsets"
        | "automaticallyAdjustsScrollIndicatorInsets"
        | "bounces"
        | "bouncesZoom"
        | "canCancelContentTouches"
        | "centerContent"
        | "contentInset"
        | "contentOffset"
        | "contentInsetAdjustmentBehavior"
        | "directionalLockEnabled"
        | "indicatorStyle"
        | "maintainVisibleContentPosition"
        | "maximumZoomScale"
        | "minimumZoomScale"
        | "onScrollAnimationEnd"
        | "pinchGestureEnabled"
        | "scrollEventThrottle"
        | "scrollIndicatorInsets"
        | "scrollToOverflowEnabled"
        | "scrollsToTop"
        | "snapToAlignment"
        | "onScrollToTop"
        | "zoomScale"
        | "endFillColor"
        | "scrollPerfTag"
        | "overScrollMode"
        | "nestedScrollEnabled"
        | "fadingEdgeLength"
        | "persistentScrollbar"
        | "debug"
        | "offset"
        | "scrollViewOffset"
        | "key",
    > & RefAttributes<LazyScrollViewMethods>,
>