-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
ScrollView cannot scroll . #14188
Comments
@camellieeee Could you paste your example code please 👍 |
Can you clarify? All of these GIFs show scrolling. Please make sure to fill out the new issue template. |
Also helps to just post an example to https://snack.expo.io/ and repost, as the issue template mentions! |
@hramos gif1, gif2 and gif4, the ScrollView would bounce back to the top of the screen and fail to scroll to the bottom. |
@camellieeee - please post the examples to https://snack.expo.io/ and I can reopen! |
same issue |
4 examples code will look like this:
<ScrollView>
{some<View/>
}</ScrollView>
, It will not scroll.3.I wrap it in another View, and setting a height , It will scroll.
I know why it can scroll by comparing example 4, but I cannot understand 1 and 2.
4.I wrap it in another View, and setting a height , It will not scroll.
Additional Information
The text was updated successfully, but these errors were encountered: