You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inherits the following properties as well as all [FlatList props](#https://facebook.github.io/react-native/docs/flatlist#props), except `ref` and `showsVerticalScrollIndicator`
37
+
38
+
| Prop | Type | Default Value | Description | Required |
39
+
|---|---|---|---|
40
+
|`itemHeight`|`number`|| Height of an item in the FlatList | Yes |
41
+
|`viewportHeight`|`number`|| Height of the FlatList area visible on screen at a given time | Yes |
42
+
|`thumbHeight`|`number`|`80`| Height of the scroll bar thumb | No |
43
+
|`touchAreaWidth`|`number`|`25`| Width of the touchable area around thumb | No |
44
+
|`flashDuration`|`number`|`40`| The time taken by the animation to display scroll bar on screen after the scroll has begun (in ms) | No |
45
+
|`flashOutDuration`|`number`|`1500`| The time after which scroll bar disappears (in ms) | No |
46
+
|`rightOffset`|`number`|`15`| The distance of the scroll bar from the right edge of screen | No |
47
+
|`thumbStyle`|`object`|| Style object for the scroll bar thumb | No |
48
+
|`scrollbarStyle`|`object`|| Style object for the scroll bar | No |
49
+
|`containerStyle`|`object`|| Style object for the parent container | No |
50
+
|`hiddenPosition`|`number`|`ScreenWidth + 15`| The offscreen position where the scroll bar thumb moves to after `flashOutDuration`| No |
0 commit comments