3

I am starting mobile developer and currently working on react native through expo. The issue is that png images are not being rendered on an android device, but are shown in web browser.

<Image source={require('./assets/Asset3.png')} style = {styles.samsa}/>

1 Answers1

0

The key is to give fixed dimensions to image.Please take a look at the below question. How come my image is not showing - react native

Dhruvil Shah
  • 376
  • 2
  • 8