< React Native
import { Image } from 'react-native'; <Image source={require('./assets/vmi.jpg')} style={{width: 40, height: 40 }} />
<Image source={{ width: 200, height: 300, uri: "https://picsum.photos/200/300", }} />