react-native-multi-slider icon indicating copy to clipboard operation
react-native-multi-slider copied to clipboard

Rewrite with android overflow support

Open ptomasroos opened this issue 7 years ago • 0 comments

Now that overflow is supported in react-native both on android and ios we could use this to make the design more simplex.

This would also allow us to instead of having fixed width on the MultiSlider to actually move it into using the onLayout callback to get the size of where its been layouted and adapt according to regular style rules instead of having a fixed width as a calculation basis.

Hopefully this will allow us to reduce the absolute positioning which is used in order to hack around some of the constraints android had in previous life time.

ptomasroos avatar Oct 26 '18 06:10 ptomasroos