import React from 'react'; import { FlashList, FlashListProps } from '@shopify/flash-list'; import { FlatListProps } from 'react-native'; type CombinedListProps = FlatListProps & Partial>; const FoundationList = (props: CombinedListProps) => { return ; }; export { FoundationList };