-
Notifications
You must be signed in to change notification settings - Fork 19
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
Lag and choppiness when doing press-and-hold fast scroll with remote #168
Comments
Hey, are you trying in release mode? It can be sloppy in debug mode (React Native is quite slow in debug mode), but shouldn't be in release mode. Having a good performance is important for us, and we did check on low-end devices (Xiaomi TV Box). I'm quite surprised that it's slow for you 🤔 |
Hey, someone else was talking about the app and told me that there was a big slowness that was weird, and noticed that reanimated was causing issues 😱 Removing this part greatly improves the smoothness of the app (even though the animation isn't even used if you don't use a longPress) react-tv-space-navigation/packages/example/src/modules/program/view/ProgramNode.tsx Line 35 in 3c53f44
We will fix this in the example soon by removing reanimated, probably 😬 |
Hi! Thank you for pointing this out. I think the best way to deal with this is to remove the animation as this does not contribute to the experience so much ! |
Indeed, in this case it was just an example 😄 So you confirm that it improves smoothness a lot? |
Describe the bug
Lag and choppiness when holding down the remote left/right button to scroll horizontally.
To Reproduce
Run the example (hoppix) on Android TV. I made a release build.
Expected behavior
Smooth scroll without lag or choppiness.
Screenshots
Believe me, it is laggy.
Version and OS
Additional context
I believe the creators have not focused on this problem and it is expected?
The text was updated successfully, but these errors were encountered: