When i use the Image component in React-native, it works fine when I declare my image\'s path/source as an inline string:
You cannot do dynamic static images, so you can either use uri or do static things like var test=require('image'). Have a look at this issue: https://github.com/facebook/react-native/issues/2481