const flatListRef = React.useRef(null) <FlatList ref={flatListRef} onContentSizeChange={() => { flatListRef.current.scrollToEnd(); }} />