-
Notifications
You must be signed in to change notification settings - Fork 275
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
Example does not work on windows and the slider renders nothing. #618
Labels
Comments
Same issue on Windows 10. No rendering no errors.
|
4 tasks
When setting height into defaultSlider start it to be visible also on Windows
Style is build in prepare into |
This PR #615 try to give posibility to adjust height via |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Environment
Windows 11 23H2
react-native info output
are you using the new architecture?
no
which version of react & react-native are you using?
Description
I noticed that the slider renders nothing on Windows after upgrading to
4.5.2
. It works on version4.4.2
.Then I try to use the example app to see if it's my setup causing the problem.
But the example app does not work on Windows. I follow the readme to run example app and it throws error
"RNCViewPager" was not found in the UIManager.
. It seems react native view pager fails to autolink in RNW. So I went ahead and delete the references related to the view pager since I was just testing slider itself. This time the app runs, but the slider renders nothing, no handle to grab and no track to see.I start example app by:
cloning the repo
->npm install
->npm run example-windows
.Reproducible Demo
Just run example app in Windows 11.
The text was updated successfully, but these errors were encountered: