简体   繁体   中英

Images are not showing on Android device on react native expo

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM