-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Animations with KeyboardAwareScrollView have poor performance on iOS release #422
Comments
Hello @Moreno97 Would you mind to attach |
Sure, is attached now 👍🏻 , thanks. Seems that is not noticiable on the video, but it works way better on Simulator than Release flavour on real device. |
Interesting, I'll have a look into it. But may I ask you to try to comment out this line and see if it improves situation? |
I can try it building the app release on my device. I'll try it and update as soon as I can. |
@kirillzyusko installing the library from |
@Moreno97 yoohoo 🎉 Thank you for the report and testing! 😊 There is still some room for further improvements, so I'm going to make them even better/smoother/precise, but I'll do it slightly later 👀 |
Describe the bug
Animations with KeyboardAwareScrollView have poor performance on iOS release.
Code snippet
To Reproduce
Steps to reproduce the behavior:
Have an input and focus. I we have some buttons at the bottom, when placing at the top, animations are laggy.
Expected behavior
Animations shouldn´t be laggy and perfomance as 60/120 fps depending on device.
Screenshots
Release:
RPReplay_Final1713954733.MP4
Debug:
CleanShot.2024-04-24.at.12.59.01.mp4
Smartphone (please complete the following information):
Additional context
Seems to happen only on iOS devices and release flavour. On debug, everything is working fine 👍🏻 .
The text was updated successfully, but these errors were encountered: