Below is the code for error: Warning: Failed prop type: Invalid prop 'source' supplied to 'Image'.
const ParentComponent = () => {
return (
<Image source={require('app/assets/image.png')}/>
);
}
I've defined name config in package.json as app
I'm receiving this error when I'm running a jest test.