You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any built-in way to hide quick replies for old messages? I had whipped up some kind of custom way and now that's causing issues for me so I wanted to check if there's an existing solution for this.
Steps to Reproduce / Code Snippets
N/A
Expected Results
N/A
Additional Information
Nodejs version: [FILL THIS OUT]
React version: [FILL THIS OUT]
React Native version: [FILL THIS OUT]
react-native-gifted-chat version: [FILL THIS OUT]
Platform(s) (iOS, Android, or both?): [FILL THIS OUT]
TypeScript version: [FILL THIS OUT]
The text was updated successfully, but these errors were encountered:
bradydowling
changed the title
Hide old quick replies
How to hide old quick replies?
Jun 8, 2024
you can pre-calculate the datasource, assume the quick replies were choosen(such as answer: A). So you can change this data to what you want. for example:
Add the label to mark is as custom view, which display some view a result of choosen.
If you just want to hide it, check the quick replies content, if content answer property, then directly remove quickreplies property to mark it's as normal message.
Issue Description
Is there any built-in way to hide quick replies for old messages? I had whipped up some kind of custom way and now that's causing issues for me so I wanted to check if there's an existing solution for this.
Steps to Reproduce / Code Snippets
N/A
Expected Results
N/A
Additional Information
The text was updated successfully, but these errors were encountered: