react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / components/common-components/AnimatedScrollView / Props

Interface: Props

Internal

Properties

children?

readonly optional children: ReactNode


customRef?

readonly optional customRef: MutableRefObject<Ref>


direction

readonly direction: Direction


disabled?

readonly optional disabled: SharedValue<boolean>


height

readonly height: number


initialOffset

readonly initialOffset: number


largeSwipeSize

readonly largeSwipeSize: number


largeSwipeStopInterval

readonly largeSwipeStopInterval: number


max?

readonly optional max: numberU


min?

readonly optional min: numberU


onScroll()?

readonly optional onScroll: (offset) => void

Handles scroll event.

Parameters

offset: number

Offset.

Returns

void


onScrollEnd()?

readonly optional onScrollEnd: (offset) => void

Handles scroll end event.

Parameters

offset: number

Offset.

Returns

void


onScrollStart()?

readonly optional onScrollStart: () => void

Handles scroll start event.

Returns

void


smallSwipeSize

readonly smallSwipeSize: number


smallSwipeStopInterval

readonly smallSwipeStopInterval: number


snapAnimation

readonly snapAnimation: NativeAnimation


snapInterval

readonly snapInterval: number


swipeAnimation

readonly swipeAnimation: NativeAnimation


toggleThreshold?

readonly optional toggleThreshold: numberU


width

readonly width: number