alantoa / react-native-awesome-slider

🚀 An anwesome <Slider/> that supports various features haptic, lottie, animation, ballon, etc.
MIT License
228 stars 28 forks source link

How to hide bubble? #22

Closed vietmobilefolk closed 1 year ago

vietmobilefolk commented 1 year ago

Do we have any props that can help to hide Bubble if we don't want to show it while user is panning the slider?

vietmobilefolk commented 1 year ago

I found the solution, add below props, mentioned here in case someone need it: renderBubble={() => null}