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’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

Open
miniwangdali opened this issue Jul 10, 2024 · 0 comments
Open
Assignees
Labels
bug report Something isn't working platform: Windows Issue related to Windows platform

Comments

@miniwangdali
Copy link

miniwangdali commented Jul 10, 2024

Environment

Windows 11 23H2

react-native info output

// react-native info
System:
  OS: Windows 11 10.0.22631
  CPU: (20) x64 Intel(R) Core(TM) i9-10900X CPU @ 3.70GHz
  Memory: 58.85 GB / 95.71 GB
Binaries:
  Node:
    version: 20.12.2
    path: C:\Program Files\nodejs\node.EXE
  Yarn:
    version: 1.22.19
    path: C:\Program Files (x86)\Yarn\bin\yarn.CMD
  npm:
    version: 10.5.0
    path: C:\Program Files\nodejs\npm.CMD
  Watchman: Not Found
SDKs:
  Android SDK: Not Found
  Windows SDK:
    AllowDevelopmentWithoutDevLicense: Enabled
    AllowAllTrustedApps: Enabled
    Versions:
      - 10.0.17763.0
      - 10.0.18362.0
      - 10.0.19041.0
      - 10.0.22000.0
      - 10.0.22621.0
IDEs:
  Android Studio: Not Found
  Visual Studio:
    - 17.10.35027.167 (Visual Studio Enterprise 2022)
    - 15.9.34930.103 (Visual Studio Enterprise 2017)
    - 16.11.34931.43 (Visual Studio Enterprise 2019)
Languages:
  Java: 11.0.1
  Ruby: Not Found
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.73.5
    wanted: 0.73.5
  react-native-windows:
    installed: 0.73.11
    wanted: 0.73.11
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found
  • are you using the new architecture?
    no

  • which version of react & react-native are you using?

    "react": "18.2.0",
    "react-native": "0.73.5",

Description

I noticed that the slider renders nothing on Windows after upgrading to 4.5.2. It works on version 4.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.

@miniwangdali miniwangdali added the bug report Something isn't working label Jul 10, 2024
@BartoszKlonowski BartoszKlonowski added the platform: Windows Issue related to Windows platform label Jul 11, 2024
@BartoszKlonowski BartoszKlonowski self-assigned this Aug 27, 2024
@github-project-automation github-project-automation bot moved this to In Progress in Slider-Board Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working platform: Windows Issue related to Windows platform
Projects
Status: In Progress
Development

No branches or pull requests

2 participants