I have got multiple FlatLists with Horizontal set to true. I want to implement functionality so that when user reaches on the first item (left hand side) and tries to pull left it refreshes the content. I can not use RefreshControl as it works when pulled down. Has anyone implemented Left to right swipe refresh on the first item? Any hints will be much appreciated.
I am thinking of an alternative: putting a button in header and ActivityIndicator. When user will click on that button it will trigger the refresh.