File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ Inherits all valid [FlatList props](https://facebook.github.io/react-native/docs
4242| ` viewportHeight ` | ` number ` | | Height of the FlatList area visible on screen at a given time | Yes |
4343| ` thumbHeight ` | ` number ` | ` 80 ` | Height of the scroll bar thumb | No |
4444| ` touchAreaWidth ` | ` number ` | ` 25 ` | Width of the touchable area around thumb | No |
45- | ` flashDuration ` | ` number ` | ` 40 ` | The time taken by the animation to display scroll bar on screen after the scroll has begun (in ms) | No |
45+ | ` flashDuration ` | ` number ` | ` 40 ` | The time taken by the animation to move scroll bar on- screen after the scroll has begun (in ms) | No |
4646| ` flashOutDuration ` | ` number ` | ` 1500 ` | The time after which scroll bar disappears (in ms) | No |
4747| ` rightOffset ` | ` number ` | ` 15 ` | The distance of the scroll bar from the right edge of screen | No |
48- | ` thumbStyle ` | ` object ` | | Style object for the scroll bar thumb | No |
48+ | ` thumbStyle ` | ` object ` | | Style object for the scroll bar thumb (Don't pass ` height ` here, use the ` thumbHeight ` prop instead) | No |
4949| ` scrollbarStyle ` | ` object ` | | Style object for the scroll bar | No |
5050| ` containerStyle ` | ` object ` | | Style object for the parent container | No |
51- | ` hiddenPosition ` | ` number ` | ` ScreenWidth + 15 ` | The offscreen position where the scroll bar thumb moves to after ` flashOutDuration ` | No |
51+ | ` hiddenPosition ` | ` number ` | ` ScreenWidth + 15 ` | The off-screen position where the scroll bar thumb moves to after ` flashOutDuration ` | No |
5252
5353
5454# Todo (PRs welcome!)
You can’t perform that action at this time.
0 commit comments