From 905285c04ef3a0e09ce77a4c206ce42e9fb7bb2b Mon Sep 17 00:00:00 2001 From: Agastya Darma Laksana Date: Wed, 11 Mar 2020 22:29:17 +0700 Subject: [PATCH] feat: Adding getNativeScrollRef() methods --- docs/flatlist.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/flatlist.md b/docs/flatlist.md index 087f1387d82..810f4dbc8d3 100644 --- a/docs/flatlist.md +++ b/docs/flatlist.md @@ -686,6 +686,16 @@ Displays the scroll indicators momentarily. --- +### `getNativeScrollRef()` + +```jsx +getNativeScrollRef(); +``` + +Provides a reference to the underlying scroll component + +--- + ### `getScrollResponder()` ```jsx