-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Scrolling through chat becomes slow when a long text message is send #2149
Comments
+1 Android 12 |
It works for me. |
Sorry, but this issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. BTW Thank you for your contributions 😀 !!! |
Can you cause this plugin to use react-native-android-recyclerview? Beats flatlist and recyclerlistview on android any day. Chats on androids take a noticeable hit when the text bubbles are long / when there are over like 10 one-lined messages. None of the fixes recommended in the other issues worked (like ScaleY). |
Add shouldRasterizeIOS and renderToHardwareTextureAndroid |
It became an issue for Android 12 & 13 versions on RN 0.70, specifically for inverted lists. This comment contains a fix you can apply to React Native |
This really helped me you saved my ass :D |
Issue Description
Scrolling through chat becomes slow when a long text message is send
Steps to Reproduce / Code Snippets
Try by sending large amount of text message and scrolling through chat becomes slower
Expected Results
Need smooth scroll when long text message is send
Additional Information
The text was updated successfully, but these errors were encountered: