react-native-gifted-chat
react-native-gifted-chat copied to clipboard
Message Seen Sensor
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
giftchat provided sent props to determine which message sent, or custom other value
Is there anyone to shed a light here? I can't believe I'm the only one needing a fix to this...