callstack / react-native-slider

React Native component exposing Slider from iOS and SeekBar from Android
MIT License
1.22k stars 270 forks source link

Allow overriding styles #615

Open ibash-corpusant opened 4 months ago

ibash-corpusant commented 4 months ago

When trying to set the style property, the react-native-slider library will override height with default styles. This change allows modifying both the container and slider styles individually.