import { ImageSourcePropType } from 'react-native'; export type ImageSrcType = ImageSourcePropType | string;