I\'m currently building a test app using React Native. The Image module, thus far has been working fine.
For example, if I had an image named avatar, th
avatar
You should use an object for that.
For example, let's say that I've made an AJAX request to an API and it returns an image link that I'll save to state as imageLink:
imageLink
source={{uri: this.state.imageLink}}