React Native: Getstream SDK's ChannelList component re-render programmatically

15 Views Asked by At

Is there any way to trigger refetch on Getstream's ChannelList component?

I tried to store the sort and filter in useState and tried to reset them on focus. But it did not re-render inner FlatList of ChannelList component.

0

There are 0 best solutions below