import { RCTResponderProps } from '~/components/RenderIOCall' import classNames from 'classnames' export default function DisplayImage( props: RCTResponderProps<'DISPLAY_IMAGE'> ) { return (

{props.label}

{props.alt}
) }