Replies: 1 comment 2 replies
-
Hi, I'm looking into the same thing but don't know what old api should the new components replace? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to migrate all my components to the new API (so I don't have to disable the logs).
So far, I migrated my
PanGestureHandler
andPinchGestureHandler
.Now I'm trying to migrate
LongPressGestureHandler
.What is the equivalent of
onHandlerStateChange
?Gesture.LongPress().onStart
seems to do the job but I wanted to make sure it's the right replacement.Also,
RectButton
triggers the warning. What is the right replacement for it ?Thanks !
Beta Was this translation helpful? Give feedback.
All reactions