ChatGPT or Claude’s list behaviour #340
Replies: 1 comment 2 replies
-
|
I built this for an app and empty space is the solution I found to work the best. Sending a message triggers blank space to be added below the message, and then scroll is animated to place it at the top. It turned out to be a very complex solution to make it perfect. We're working on open sourcing the message/keyboard management parts, and hopefully it will be ready soon! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a chat interface in React Native that mimics ChatGPT or Claude’s mobile app UI:
So far, the only approach that sort of works is to leave an empty space below the user’s message and animate it to make room for the AI’s response as it renders.
Is there a cleaner way to achieve this behavior using LegendList? 🙏
Beta Was this translation helpful? Give feedback.
All reactions