Opened this issue 5 years ago · 0 comments
Trying to load a locally required image, throws the above error. Code Snippet: img = require('path/to/image.png'); <ImageBackground source={img} />;
img = require('path/to/image.png');
<ImageBackground source={img} />;