import { SectionList as NativeSectionList } from 'react-native' import { createUnistylesElement } from '../../core' export const SectionList = createUnistylesElement(NativeSectionList)