I'm encountering an issue with resolution
source.uri cannot be left blank
while working with React Native.
I'm puzzled about the origin of this error. My component contains 3 Flatlist that display children components using props from the parent as the URI, and none of them are empty.
Here is the problematic URI section:
<Image style={styles.imageStyle} source={{uri: this.props.url }} />