return (
<Image source={pic} style={{width: 193, height: 110}} />
);
在标签里面的属性一单输入,就会像 html 里面一样 style="",自动先加上引号,这个问题能解决吗
return (
<Image source={pic} style={{width: 193, height: 110}} />
);
在标签里面的属性一单输入,就会像 html 里面一样 style="",自动先加上引号,这个问题能解决吗