-
Notifications
You must be signed in to change notification settings - Fork 0
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
react-native 0.56 dependency broken on Windows, possible upgrade to 0.58? #2
Comments
Specifically referring to init.js script |
Metro can be extremely frustrating ... Upgrading react-native is a little bit more involved than it may seem for two reasons:
I will upgrade eventually, but I am not sure it will work with your timeframe. I don't have a Windows machine unfortunately so I can't debug this, but have you tried simple/obvious hacks like creating a file called |
From the link above, it's not so much about AcessibilityInfo, it's just the first one in a list of dependencies that are tried to resolve. I will set up a VM with Linux to test 0.56.0 to see if I can use that for bundling, |
Others have had success just using webpack instead of metro -- you could see if that works also. |
I'm trying to integrate a library that uses websocket communication, and I've been running into issues integrating it with LiquidCore-Cli.
Specifically, I get a AccessibilityInfo is not found in Haste module. I think it's related to this bug here:
facebook/react-native#19953
Which seems to have been resolved in earlier and later versions of react-native, just broken on 0.56 on Windows.
The text was updated successfully, but these errors were encountered: