import { RefreshControl as NativeRefreshControl } from 'react-native'

import { createUnistylesElement } from '../../core'

export const RefreshControl = createUnistylesElement(NativeRefreshControl)
