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\'
What version of React Native are you running? There was an issue with the packager, related to that, that have been solved.
If that's the case, you can either update or run the dev server with:
node_modules/react-native/packager/packager.sh --assetRoots path/to/Images.xcassets
https://github.com/facebook/react-native/issues/282