Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 360 Bytes

notes.md

File metadata and controls

11 lines (9 loc) · 360 Bytes

const scrollTop = (listRef.current as any) ?.getScrollResponder() .scrollResponderGetScrollableNode().scrollTop || 0;

const height = (listRef.current as any) ?.getScrollResponder() .scrollResponderGetScrollableNode().scrollHeight || 0;

const dataCount = listRef.current?.props.data?.length || 0; // check on other lists