Can ReactNative FlatList track if user scrolled to the other end?
I'm building a chat app with React Native. To render messages i'm using <FlatList. I've noticed a performance issues if the message list is too long. My idea is to trim newer messages when user scrolls up, and load them…