I\'m trying to set the refresh indicator of flat list in react native but don\'t know how to do it. List View has this prop :
refreshControl={
I found the solution! It might be the dummy but FlatList also has a prop called refreshControl like ListView but I just didn't test it! Just like this:
} />