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
@@ -35,7 +35,7 @@ import QuickScrollList from 'react-native-quick-scroll';
35
35
/>
36
36
```
37
37
38
-
# Props
38
+
##Props
39
39
40
40
Inherits all valid [FlatList props](https://facebook.github.io/react-native/docs/flatlist#props), except `ref` and `showsVerticalScrollIndicator`. Also accepts the following props:
41
41
@@ -54,7 +54,7 @@ Inherits all valid [FlatList props](https://facebook.github.io/react-native/docs
54
54
|`hiddenPosition`|`number`|`ScreenWidth + 15`| The off-screen position where the scroll bar thumb moves to after `flashOutDuration`| No |
55
55
56
56
57
-
# Todo (PRs welcome!)
57
+
##Todo (PRs welcome!)
58
58
-[x] Add native driver support
59
59
-[ ] Implement with [react-native-interactable](https://github.com/wix/react-native-interactable) for better performance
0 commit comments