The documentation says that the only way to reference a static image is to use require.
But I\'m not sure where does react expect to have those images. The examples don
ES6 solution:
import DefaultImage from '../assets/image.png'; const DEFAULT_IMAGE = Image.resolveAssetSource(DefaultImage).uri;
and then: