import { useTailwind } from '@/hooks'; import { RefreshControl as RNRefreshControl, RefreshControlProps } from 'react-native'; export default function RefreshControl(props: RefreshControlProps) { const tw = useTailwind(); return ( ); }