React Native library
This project is maintained by iliubinskii
React Native library • Docs
React Native library / components/common-components/AnimatedScrollView / Props
Internal
readonly
optional
children:ReactNode
readonly
optional
customRef:MutableRefObject
<Ref
>
readonly
direction:Direction
readonly
optional
disabled:SharedValue
<boolean
>
readonly
height:number
readonly
initialOffset:number
readonly
largeSwipeSize:number
readonly
largeSwipeStopInterval:number
readonly
optional
max:numberU
readonly
optional
min:numberU
readonly
optional
onScroll: (offset
) =>void
Handles scroll event.
• offset: number
Offset.
void
readonly
optional
onScrollEnd: (offset
) =>void
Handles scroll end event.
• offset: number
Offset.
void
readonly
optional
onScrollStart: () =>void
Handles scroll start event.
void
readonly
smallSwipeSize:number
readonly
smallSwipeStopInterval:number
readonly
snapAnimation:NativeAnimation
readonly
snapInterval:number
readonly
swipeAnimation:NativeAnimation
readonly
optional
toggleThreshold:numberU
readonly
width:number