-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Slider: implementation #1022
Comments
That implementation isn't accessible, RTL-compatible, or performant |
what about https://github.com/ismnoiet/react-native-range-slider or https://github.com/ptomasroos/react-native-multi-slider? Actually the first one is ios only, so it won't work |
Slider has moved out of RN core to https://github.com/react-native-community/react-native-slider |
https://github.com/react-native-community/react-native-slider doesn't work with create-react-app since main points to src/index.js. react-native projects compile node_modules, while create-react-app doesn't. I always feel CRA is too restrictive-it would be nice to allow some form of configuration. There's react-app-rewired, but I'd like something more stable. |
Open an issue against that repo |
@necolas I was just adding context to this ticket. But yes, nothing to do here. I was just disappointed that react-native split out their slider from the main branch, and that it doesn't work with CRA/RNW out of the box. I'm using the non-accessible, non-RTL-compatible, non-performant component for now. |
https://facebook.github.io/react-native/docs/slider
The text was updated successfully, but these errors were encountered: