Replies: 1 comment
-
I've solved this using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@lukewalczak I'm adding you here because you typically respond to my questions.
In short, here is a quickly thrown together example of a list of cards with images you can swipe through. However it doesn't look like the
Card
component makes this possible since you can't have both swipe and on press functions together. To see this, In theContainedCard.tsx
uncomment thedisable
flag on theCard
component.Is it possible to have an press and swipe functionality together using paper components? I'd really like to make this happen in my application if possible. The alternative may just be to use
Surface
combined withTouchableWithoutFeedback
.Beta Was this translation helpful? Give feedback.
All reactions