cant able to access flatlist reference. Below is my code <Viewport.Tracker ref={homeFeedRef}> <FlatList showsVerticalScrollIndicator={false} ItemSeparatorComponent={FlatListItemSeparator} data={homeFeed} i tried with innerref={homeFeedRef} also