You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which version of react & react-native are you using?
"react": "^18.3.1",
"react-native": "^0.76.0",
Description
The latest version of @react-native-community/slider (v4.5.5) is causing issues with the slider functionality in my audio player. Specifically:
Slider jumps unexpectedly when interacted with.
Slider does not move smoothly during audio playback.
This issue was not present in the previous version (@react-native-community/slider v4.5.4), where the slider worked as expected. The setup for my project with v4.5.4 included:
React: 18.3.1
React Native: 0.75.4
Upgrading to v4.5.5 of the slider introduced the issue, despite other dependencies remaining the same.
Screenrecording_20241107_122323.mp4
Reproducible Demo
Integrate @react-native-community/slider v4.5.5 in an audio player project.
Attempt to move the slider to different positions during audio playback.
Observe that the slider does not respond smoothly and jumps to unexpected positions.
Hello @jimshidbachu, thanks for the detailed report! 🙏
At first glance this looks like an issue with the controlledValue feature on the new arch, but before I dive deeper, I have two questions:
What platforms do you see are affected?
When running this on previous version (v4.5.4), did you use the new architecture as well?
Environment
yes
"react": "^18.3.1",
"react-native": "^0.76.0",
Description
The latest version of @react-native-community/slider (v4.5.5) is causing issues with the slider functionality in my audio player. Specifically:
Slider jumps unexpectedly when interacted with.
Slider does not move smoothly during audio playback.
This issue was not present in the previous version (@react-native-community/slider v4.5.4), where the slider worked as expected. The setup for my project with v4.5.4 included:
React: 18.3.1
React Native: 0.75.4
Upgrading to v4.5.5 of the slider introduced the issue, despite other dependencies remaining the same.
Screenrecording_20241107_122323.mp4
Reproducible Demo
Integrate @react-native-community/slider v4.5.5 in an audio player project.
Attempt to move the slider to different positions during audio playback.
Observe that the slider does not respond smoothly and jumps to unexpected positions.
Repro implementation:
The text was updated successfully, but these errors were encountered: