Dodawanie proporcji Prophcontrol do komponentu nadrzędnego FlatList, który byłby zadowolony lub przewijany

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

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