How to use openRight correctly on ReanimatedSwipeable #3066
Replies: 2 comments
-
Which version of |
Beta Was this translation helpful? Give feedback.
-
I am seeing the same issue locally.
I hope this helps ^. We'll try to investigate further to help the team debug, but for now, it's replicable by other consumers of the package. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'd like to know how to avoid getting this warning from
openRight()
As you can see from the code below, I am calling
openRight()
when the swipeable component is pressed. On first press I see this warning and there is no animation or opening but on subsequent presses (even though the warning continues) the component animates as expected to show the action buttons associated torenderRightActions
I've tried not wrapping things in
Reanimated.View
-- this seems to make no difference. I have checked to the best of my ability thatswipeableRef
is not being modified.Any ideas on what's going on and how to fix this? Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions