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