I encountered some troubles when I used Image component like this
<Image style={{width: 50, height: 50}} source={{uri:'http://192.168.0.1/photos/photo.dng'}}/>
There are no any troubles DEBUG model. But if I change it to RELEASE model. It can't load pictures with DNG but JPG still be fine. I don't know how to solve it.