Ajout d'un accessoire RefreshControl au composant parent de Flatlist qui serait contenu ou défilent

import { StyleSheet, RefreshControl } from 'react-native';

 refreshControl={
          <RefreshControl
            refreshing={this.state.isRefreshing}
            onRefresh={() => this.handleRefresh()}
          />
        }