import { View } from 'react-native'; import { Image } from 'react-native'; type ItemProps = { url : string //Image URL } export function ListItemComponent(props : ItemProps){ return ( ) }