Phenomenon
Phenomenon

Reputation: 104

React-native-gifted-chat image not showing

My image is not showing up. My database

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

Answers (1)

Jealousy
Jealousy

Reputation: 57

Check how you are getting the messages. Are you getting the image?

Upvotes: 1

Related Questions