-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better view for larger objects #19
Comments
Hi @dominicstop do you have any ideas about this issue? |
I think the best option is to set a |
Hi - I'm having a similar issue. In my case, the view isn't incredibly tall, but is taller than the viewport, and seems to get horizontally truncated (see below video) Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-07-17.at.17.30.32.mp4I've tried adding a view with a
video Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-07-17.at.18.15.10.mp4 |
From what i can tell it looks like it does help in your second video @tconroy, right? I think maxHeight is the only solution we have for this for now. Once other stability issues get cleaned up we can look into this. |
Currently I am building a chat application using gifted chat. I have integrated the context menu library and it works brilliantly, except for chats with a huge text (50000 characters). An example of a huge text chat is shown below.
On whatsapp even if the text is huge I guess they push the chat message up and show it like below.
Is this something that can be handled within the library itself or is it something that I need to handle in my application? If so, any suggestions?
The text was updated successfully, but these errors were encountered: