-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove space before and after the slider bar #98
Comments
You could temporarily put it inside a view with negative margins: <View style={{ marginLeft: -10, marginRight: -10 }}>
<Slider />
</View> |
This behavior affects both platforms? |
Is this issue still alive? I'd like to work on this issue but the example app doesn't reproduce this. |
Or with |
I see this issue only on Android. I applied the following style to the slider:
Kinda annoying but it works. |
it works, thanks |
The issue seems to be still there. The "margin trick" works on android for me but it causes that one tick extra is added to the upper/right limit - with no change in value. so not very useful. :( |
Anyone got an idea of how to select the margin values - are you just doing it by eye? It looks better with |
Any update on this, I still see this on version |
When a new Slideer is created, it is created inside a view and I can see an space before and after the slider (just set backgroundColor='red' on the style)
This is quite annoying in order to make it if with other components as the slider is always a bit smaller
Is this done in purpose? Can those spaces (padding or margin) be removed and make the bar use 100%
I tried setting the padding, margin, left, right to 0, but nothing...
The text was updated successfully, but these errors were encountered: