Skip to content

Commit 905285c

Browse files
committed
feat: Adding getNativeScrollRef() methods
1 parent 904c82b commit 905285c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/flatlist.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,16 @@ Displays the scroll indicators momentarily.
686686

687687
---
688688

689+
### `getNativeScrollRef()`
690+
691+
```jsx
692+
getNativeScrollRef();
693+
```
694+
695+
Provides a reference to the underlying scroll component
696+
697+
---
698+
689699
### `getScrollResponder()`
690700

691701
```jsx

0 commit comments

Comments
 (0)