You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have a list of cards that support drag-and-drop and the default delayLongPress value is unfortunately too high. We ended up copying the Card code to benefit of the onPress animation just to lower the default delayLongPress value of the TouchableWithoutFeedbackhere.
Describe the solution you'd like
It would be great to support delayLongPress on the Card component.
Describe alternatives you've considered
Wrapping the Card content in a Pressable component and the Card itself in a Pressable component. None of that worked.
Additional context
N/A.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have a list of cards that support drag-and-drop and the default
delayLongPress
value is unfortunately too high. We ended up copying theCard
code to benefit of theonPress
animation just to lower the defaultdelayLongPress
value of theTouchableWithoutFeedback
here.Describe the solution you'd like
It would be great to support
delayLongPress
on theCard
component.Describe alternatives you've considered
Wrapping the
Card
content in aPressable
component and theCard
itself in aPressable
component. None of that worked.Additional context
N/A.
The text was updated successfully, but these errors were encountered: