简体   繁体   中英

The images cannot be loaded on the Expo react-native

I'm a newbie to expo / react-native

When I'm with the follwoing codes, the expo works normally.在此处输入图像描述

The result:在此处输入图像描述

But when I add the picture,在此处输入图像描述

It's broken, and show no picture on the web-view, while with no error messages.

You need to separate the height and width into the style prop.

<Image 
  source={{uri:"https://picsum.photos/200"}}
  style={{height:10, width:10}}
/>

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