UNPKG

react-native-unistyles

Version:
6 lines (5 loc) 242 B
"use strict"; import { SectionList as NativeSectionList } from 'react-native'; import { createUnistylesElement } from '../../core'; export const SectionList = createUnistylesElement(NativeSectionList); //# sourceMappingURL=SectionList.js.map