Skip to content

Commit 03b3665

Browse files
committed
Updated Readme
1 parent 035ef0a commit 03b3665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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!)

0 commit comments

Comments
 (0)