import React from 'react'; import { ActivityIndicator, View } from 'react-native'; class RefreshControlNormal extends React.PureComponent { render() { return ( ) } } export default RefreshControlNormal