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

Is it possible to have the text slowly typed instead of shown all at once?

Open dchhetri opened this issue 2 years ago • 2 comments

Issue Description

No issue but a feature request

Steps to Reproduce / Code Snippets

With large text shown, it's very jarring to show all at once.

Expected Results

Hoping the text shown can be typed slowly. For example the server might respond back with a paragraph, which I would like to show word by word instead of all at once in a message bubble.

Additional Information

  • Nodejs version: 20
  • React version: 18
  • React Native version: 0.71
  • react-native-gifted-chat version: 2.4.0
  • Platform(s) (iOS, Android, or both?): IOS
  • TypeScript version: 4.9

dchhetri avatar Nov 20 '23 03:11 dchhetri

yes, but I think better using readMore + readLess for your case

fukemy avatar Nov 21 '23 01:11 fukemy

I want the chat to feel interactive (much like talking to an AI) so would be great if you could provide some guidelines on how to achieve. @fukemy

dchhetri avatar Nov 21 '23 03:11 dchhetri