billmalarky/react-native-image-cache-hoc

Cacheable Image not working with ImageBackground which does not use a uri.

Opened this issue · 0 comments

image

Trying to load a locally required image, throws the above error. Code Snippet:
img = require('path/to/image.png');
<ImageBackground source={img} />;