Use with a local file
Using React Native 0.41 (in March 2017), targeting iOS, I just found it as easy as: <Image source={require(‘./myimage.png’)} /> The image file must exist in the same folder as the .js file requiring it for “./” to work. I didn’t have to change anything in the XCode project. It just worked. Note that the path … Read more