Como vincular uma foto em expo react nativo
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 }} />