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