-
Notifications
You must be signed in to change notification settings - Fork 465
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
How To Use ScrollView in Card? #351
Comments
same |
verticalSwipe={false} And use TouchableWithoutFeedback inside Scrollview |
After hours of search, this worked. Some other people recommended using inside and I don't know why it did not work for me. This your solution worked perfecto! |
Wow! This really saved my day. Thanks. |
This wasted my day. Thanks |
Sorry a newbie here. Can someone show me some example code please? |
This worked, thanks! |
Hi, this works like a charm. However, scrolling vertically is freakishly difficult for me as the horizontal swipe gestures are very sensitive. Is there any way to make vertical scrolling less difficult? |
Ok, I fixed it using a touchable opacity. No idea why using TouchableWithoutFeedback did not work for me. |
Hey guys, this solution works on IOS but not on android for me. Any suggestion ? |
where am I going wrong ? I tested with touchablewithout feedback as well but not working |
I still have the same problem, anyone solved it? |
Sam IOS is fine but not on Android, any solution? |
I am distant to this problem, but wanted to chip-in in case this may be of help. Don't shoot the messenger if it does not. Based on my prior experience on something else, Android has an issue with scrollview. I recall solving it by putting {flex: 1} in the style of the main |
I've read through the past problems on this, but can't find a solution that doesn't make the gesture very buggy.
Any thoughts?
The text was updated successfully, but these errors were encountered: