Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS 13] weird behavior w/ Slider when step set >0 #6305

Closed
cruzach opened this issue Nov 18, 2019 · 2 comments
Closed

[iOS 13] weird behavior w/ Slider when step set >0 #6305

cruzach opened this issue Nov 18, 2019 · 2 comments

Comments

@cruzach
Copy link
Contributor

cruzach commented Nov 18, 2019

馃悰 Bug Report

Environment

SDK 35

Steps to Reproduce

create Slider component with step prop:

<Slider
  value={this.state.value}
  onValueChange={value => this.setState({ value })}
  step={0.5}
/>

https://snack.expo.io/@charliecruzan/slider-bug

Expected Behavior

Slider should move in increments equal to the step.

Actual Behavior

Slider behaves erratically

Reproducible Demo

https://snack.expo.io/@charliecruzan/slider-bug

@gasolin
Copy link

gasolin commented Dec 17, 2019

seems fine when step < 1, ex: step={0.01}, but has issue when step={20}

@cruzach
Copy link
Contributor Author

cruzach commented Jul 22, 2020

resolved in #8451

@cruzach cruzach closed this as completed Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants