Just getting started with React-Native and I\'m having some trouble requiring a static image.
Here\'s the very-basic code I have so far:
\'use strict\'
NOTE: App build required for new resources Any time you add a new resource to Images.xcassets you will need to re->build your app through XCode before you can use it - a reload from within >the simulator is not enough. (from React Native docs https://facebook.github.io/react-native/docs/image.html#content)
Also make sure to restart the packager. That solved the issue for me.