I haven't found a question that was exactly what I was asking. The only one I found was from 6 years ago: Android Swipe Up to Refresh ListView
When I reach the bottom of a Column of Text lists, I want to be able to swipe up from the bottom of the screen to refresh and load more content of the list view. Bottom to Up.
I checked the SwipeRefresh library from Google Accompanist, that library only changes the alignment of the swipe, not the swipe direction. I don't want to have to import someone's library, is there a way to do this without having to do that?