-
Notifications
You must be signed in to change notification settings - Fork 726
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
Picker doesn't update activeTextColor when scroll fast #2939
Comments
Hi @woowalker, |
Facing the same issue on a pixel 7 with api 34. Any chance you will support newer react-native versions in the near future? This bug seems to have existed on newer versions for a while now. |
Okay I have tracked down the issue being with the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
FYI I am using most up to date version of expo now with react-native-reanimated at version 3.16.1 and the issue is still not fixed on android. Here is a patch for the current react native-ui-lib version. |
Hi @BastianGanze, if you have a patch with fix in |
@adids1221 Opened a PR. Not sure if that is a real fix or just a workaround, I think you can argue both. Lemme know if it makes sense. |
Description
Related to
Steps to reproduce
Scroll the panel fast
Expected behavior
When scroll stop the focus item will apply activeTextColor style
Actual behavior
Not
More Info
Code snippet
Screenshots/Video
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: