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

Remove the value text #62

Closed MathiasSvDK closed 4 months ago

MathiasSvDK commented 4 months ago

I can't seem to hide the value text that follows when switching value. How can i hide it?

MathiasSvDK commented 4 months ago

Have tried for a while and then asked for help. Just solved it: renderBubble={() => null}

alantoa commented 4 months ago

Ah yeah, just setting it to null will work because the renderBubble has the default view.