-
-
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
Optimize rendering and keyboard smoothness #2493
Optimize rendering and keyboard smoothness #2493
Conversation
good job |
Hi It was fixed in this commit Try |
ok |
it works thanks , but i am facing an issue with my previous implementation for scroll to a message from reply message for which i used scrollToIndex , with this patch it is not that performant do you how can i do that , i mainly wanted to use the keyboard smoothness feature |
Sorry, idk |
Okay thanks |
Hi
useAnimatedKeyboard
to make appearing smooth on ios and android (!) https://docs.swmansion.com/react-native-reanimated/docs/device/useAnimatedKeyboard/This PR should improve performance A LOT
There're also plenty of room for improvements left
Fixes #2191
Please give it a try here:
"react-native-gifted-chat": "kesha-antonov/react-native-gifted-chat#43625da0ae36d983c339c0d79ae900c8778f5241"
Note that you need to change import to
from 'react-native-gifted-chat/src'
2.mp4
1.mp4