react-native-gifted-chat
react-native-gifted-chat copied to clipboard
Is it possible to have the text slowly typed instead of shown all at once?
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
yes, but I think better using readMore + readLess for your case
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