React-native-gifted-chat: How to render the timestamp in custom renderBubble ?

Created on 28 Jan 2019  路  3Comments  路  Source: FaridSafi/react-native-gifted-chat

Issue Description

When user sends the video or audio, it does not shows the timestamp for that message. after sending the another message, timestamp displays for previous message. We have using the custom renderBubble for video and audio.

Steps to Reproduce / Code Snippets

[FILL THIS OUT]

Expected Results

Timestamp should displays for the video and audio at the time of sending.

Additional Information

  • Nodejs version: [FILL THIS OUT]
  • React version: 16.3.0-alpha.0
  • React Native version: 0.55.4
  • react-native-gifted-chat version: 0.4.3
  • Platform(s) (iOS, Android, or both?): android

Most helpful comment

I am seeing the same issue. I'm using custom renderBubble and custom renderSend for all messages, and I am seeing that the timestamp only appears for the previous received message when the user sends a message. Timestamps for sent messages never appear at all.

All 3 comments

I am seeing the same issue. I'm using custom renderBubble and custom renderSend for all messages, and I am seeing that the timestamp only appears for the previous received message when the user sends a message. Timestamps for sent messages never appear at all.

@mackclark Have you tried any solution for this issue ? If you tried any, please suggest.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

luisfuertes picture luisfuertes  路  3Comments

redwind picture redwind  路  3Comments

emilkarl picture emilkarl  路  3Comments

luisar picture luisar  路  3Comments

yogiben picture yogiben  路  3Comments