-
Notifications
You must be signed in to change notification settings - Fork 278
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
android - sliding broken on RN 0.79 (rc3) #695
Comments
Same here, RN 77.2 |
I think it's just handling the value prop differently now. Previously you could use So here's how you should change your reproducible demo (I added a displayValue state which is altered by onValueChange, and the original value state is now altered by onSlidingComplete) :
|
However, I'm not sure what the argument is (or if there even is one) for why you can't use onValueChange for the value prop anymore. So it might still be worth it for the devs to consider why this apparently changed. |
I'm having this issue as well on React Native |
@BartoszKlonowski I'm not entirely sure what the root cause of the issue is, but I was able to work around the bug by explicitly setting Here's pseudo-code:
Again, this issue only affects Android, not iOS. |
Environment
New project initialized with RN 79 rc-3, with new architecture enabled
Description
Screen.Recording.2025-03-28.at.9.11.09.mov
Reproducible Demo
https://github.com/vonovak/slider-bug-79
The text was updated successfully, but these errors were encountered: