Replies: 1 comment
-
I think you'll have to create a js worklet like this: function vibrate() { then from your reanimated worklets call this with |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and thanks for maintaining this awesome library!
I would like to trigger haptic feedback from within a worklet - when user scrolls my custom range selector. I'm currently doing that using
Animated
from react-native combined with a callback, and it works, but sometimes it starts to lag. I would like to useReanimated
here and execute[feedbackGenerator selectionChanged]
from within a worklet. Is there a way to do that?Beta Was this translation helpful? Give feedback.
All reactions