import { FlatList as RNFlatList, } from 'react-native';
import { styled, } from '../../styled';
export const FlatList = styled(RNFlatList, {
    style: 'view',
    contentContainerStyle: 'view',
    ListFooterComponentStyle: 'view',
    ListHeaderComponentStyle: 'view',
    columnWrapperStyle: 'view',
});
FlatList.displayName = 'FlatList';
//# sourceMappingURL=FlatList.jsx.map