jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.29k stars 572 forks source link

How to Add vibration and sound while sliding (Haptic Feedback) #189

Open aniruddhbhamare opened 3 years ago

aniruddhbhamare commented 3 years ago

How to Add vibration and sound while sliding (Haptic Feedback)

iljinjung commented 2 years ago

@aniruddhbhamare Did you solve it?

peterchibunna commented 2 years ago

You should be able to hook on to the onSlidingStart or the onValueChange events of this library to achieve that together with the react-native-haptic-feedback library.