React Native library
This project is maintained by iliubinskii
React Native library • Docs
React Native library / components/WheelPicker/BaseWheelPicker / Props
Internal
• T extends NumStr
readonly
optional
color:stringU
readonly
optional
customRef:MutableRefObject
<Ref
>
readonly
optional
disabled:SharedValue
<boolean
>
readonly
largeSwipeSize:number
readonly
largeSwipeStopInterval:number
readonly
onChange: (value
) =>void
Handles value change.
• value: T
Value.
void
readonly
optional
onOverflow: (overflow
) =>void
Handles overflow event.
• overflow: -1
| 1
Overflow.
void
readonly
optional
onScrollEnd: (value
) =>void
Handles scroll end event.
• value: T
Value.
void
readonly
optional
onScrollStart: () =>void
Handles scroll start event.
void
readonly
options:Options
<T
>
readonly
smallSwipeSize:number
readonly
smallSwipeStopInterval:number
readonly
tick:string
readonly
value:T