Images component
expo-image
import { Image } from 'expo-image'; const App = () => { return ( <Image source={{ uri: 'https://example.com/image.png' }} /> ); }
Was this page helpful?