-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Floating dates: make telegram like days animation & other refactoring for performance improvement and easier maintaining #2585
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
Conversation
…rate component file, destructure code
Hi @kesha-antonov , thanks for keeping this library up to date. I saw that you replaced the use of FlatList with FlashList, wouldn't it be interesting to allow to add a list as a property that will be used? So for example, we can switch according to expectations, especially since we now have legend-list What do you think about it? |
Hi |
@kesha-antonov Is there a way to add styles to the floating date that was introduced? |
I think this is a good idea, I was wondering the same, exposing a prop is what a lot of libs do in this type of scenario and is the most flexible. Personally I started to notice some issues with gifted chat recently and came in here looking for what might have changed. My personal experience with trying to roll my own flashlist based chat implementation was to end up using flatlist at the end cause visualization lead to a huge number of issues. So I'm kind of surprised this was merged as a minor change rather than a major one. |
1.mp4