-
-
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
Keyboard very slow! #926
Comments
I'm thinking of writing my ui |
Android presumably? This is an issue in react native that is fixed in 0.56 But windows dev is broken in 0.56 Good luck! |
@ahartzog 0.56 ? What is problem ? |
Yes that. But 0.56 has a regression where if you're doing development on a windows environment you can't do anything right now, so I'm just warning you of that. |
@ahartzog How to be in 0,55? |
upgrade ? |
i remove composer and keyboard has become normal |
@bilalsyed001 With simple input all right. In this chat lots of odd code, props and etc. |
@userbq201 remove all console before making a release build and then check |
@shaheem-khanzada thereis already |
in node_modules/ react native gifted chat find composer.js at line 44 or 43
|
Based on the reactions, I expected this change to fix the issue, but instead it turned out that the input field would no longer get cleared after submitting a message. Did anyone else have this experience? |
…an update RN Core next See FaridSafi#926
@richeterre - You're correct, if you are doing this you'll need another way to reset the text input. For us, we add to the That said, this is hanging around from an earlier time and I know that these days it's better to set up refs using forwardRefs, so you might want to look them up and implement it that way instead. |
@batuhansahan your solution works like a charm... Thanks :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
該問題似乎在RN 0.56之後已被修復,不須更改react-native-gifted-chat,所以可以考慮升級RN後改回來 Ref: FaridSafi#840 FaridSafi#926 facebook/react-native#19126 facebook/react-native@1b4187f
any idea when will release it? |
in 2022 version 1.0.2, long text string still make app very SLOW |
rn - 0.55
chat 0.4.3
I quickly type and UI is very slow. Wtf ?
What kind of gesture did you write?
The text was updated successfully, but these errors were encountered: