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}/>