Reputation: 104
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?
Upvotes: 1
Views: 863