This is the message in firebase.
messages={this.state.messages}
onSend={FirebaseStorage.shared.send}
user={this.user}
renderMessageImage={() => this.showImage}
renderUsernameOnMessage
And that is the render code. What am I doing wrong?
Check how you are getting the messages. Are you getting the image?