react-native-gifted-chat icon indicating copy to clipboard operation
react-native-gifted-chat copied to clipboard

Message Seen Sensor

Open eminx opened this issue 2 years ago • 2 comments

Issue Description

How do we know when other users we have sent message to have seen the message? Some sort of sensor for each message component?

In other words, I'm looking for something like this: https://github.com/joshwnj/react-visibility-sensor

Or how do you make it work?

Steps to Reproduce / Code Snippets

none

Expected Results

onMessageSeen= {(message) => console.log(message)}

Additional Information

  • Nodejs version: 20.2.0
  • React version: 18.2.0
  • React Native version: 0.72.5
  • react-native-gifted-chat version: 2.4.0
  • Platform(s) (iOS, Android, or both?): all
  • TypeScript version: none

eminx avatar Oct 11 '23 10:10 eminx

giftchat provided sent props to determine which message sent, or custom other value

fukemy avatar Oct 12 '23 03:10 fukemy

Is there anyone to shed a light here? I can't believe I'm the only one needing a fix to this...

eminx avatar Dec 28 '23 13:12 eminx