-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Kitchen sink ScrollView bug #3060
Labels
Comments
Ha, these ScrollView issues are always so much fun to debug 💃 |
MattFoley
pushed a commit
to skillz/react-native
that referenced
this issue
Nov 9, 2015
Summary: This pull request fixes a glitch that occurred when scrolling horizontally, as described in the facebook#3060. Closes facebook#3169 Reviewed By: @svcscm Differential Revision: D2500186 Pulled By: @mkonicek
Crash--
pushed a commit
to Crash--/react-native
that referenced
this issue
Dec 24, 2015
Summary: This pull request fixes a glitch that occurred when scrolling horizontally, as described in the facebook#3060. Closes facebook#3169 Reviewed By: @svcscm Differential Revision: D2500186 Pulled By: @mkonicek
rozele
referenced
this issue
in microsoft/react-native-windows
May 25, 2016
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
The second scrollView in the UIExplorer example project doesn't behave as expected.
Video https://youtu.be/MZUzuUR58mI
I would expect the cells within the scrollview to remain within the container. However it looks like some unintentional vertical scrolling is happening as well.
The text was updated successfully, but these errors were encountered: