Search code examples
javascriptfirebasereact-nativereact-native-gifted-chat

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?


Solution

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