The documentation says that the only way to reference a static image is to use require.
But I\'m not sure where does react expect to have those images. The examples don
From the UIExplorer sample app:
Static assets should be required by prefixing with image! and are located in the app bundle.
image!
So like this:
render: function() { return ( ); }