Comment lier une photo dans Expo React native
import logo from './images/image.png'
<Image source={logo} style={{ width: 305, height: 159 }} />
Ashamed Ape
import logo from './images/image.png'
<Image source={logo} style={{ width: 305, height: 159 }} />