以下是错误代码: Warning: Failed prop type: Invalid prop 'source' supplied to 'Image'.
const ParentComponent = () => {
return (
<Image source={require('app/assets/image.png')}/>
);
}
我name
在 package.json 中将配置定义为app
我在运行笑话测试时收到此错误。
以下是错误代码: Warning: Failed prop type: Invalid prop 'source' supplied to 'Image'.
const ParentComponent = () => {
return (
<Image source={require('app/assets/image.png')}/>
);
}
我name
在 package.json 中将配置定义为app
我在运行笑话测试时收到此错误。