forked from alexbrillant/react-native-deck-swiper
-
Notifications
You must be signed in to change notification settings - Fork 84
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 inside card #63
Comments
Hi @haveamission |
@thekundan2022 Yeah, it was some convoluted thing with gesture handling if I recall correctly. I'll take a look at the code a bit later today and see what I ended up doing exactly. |
So as far as I can tell, I just put this into the ScrollView (and also the child View, but I don't think that was necessary):
Let me know if that helps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to have a ScrollView that works inside a card?
I want to essentially have my arbitrary card, let me give a toy example:
And among those contents, I want to have a
<ScrollView />
that scrolls. Right now when I try to scroll on the scrollview, I can't, it just drags the card.The text was updated successfully, but these errors were encountered: