-
Notifications
You must be signed in to change notification settings - Fork 485
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
Unable to resolve module `react-native/Libraries/StyleSheet/StyleSheetPropType #558
Comments
Same issue for us
I temporary resolved this issue commenting the following code + each PropTypes declaration in the following components
This is a workaround, consider downgrading react-native, 0.57.8 is fine |
Seems these PropTypes and a few related classes were fully deprecated in recent releases of React. I think the replacement is a new package In the meantime, I noticed that stubs of the old classes were moved to |
I believe this is duplicate of #534. Viro is not compatible with newer versions of React/ReactNative, and that is the reason for the missing StyleSheetPropType and similar classes. Even after resolving these missing classes per previous comments, there are additional issues. |
Hi @kaliatech, we are launching a new release shortly which will formally support React 0.59. |
@VikAdvani How soon? |
Viro 2.14 was released last week and supports RN 0.59.3. Release notes and upgrade instructions here -> https://docs.viromedia.com/docs/releases |
Environment
Please provide the following information about your environment:
ArchLinux kernel 4.19.23-1-lts
Samsung Galaxy S9 Android 8.0.0
Description
Following the get started tutorial from on step 7 got the error that i show you on the image.
To reproduce you just have to follow the get started tutorial. It's not working for me. Tried to solve the problem with the terminal output but didn't work.
Thank you.
The text was updated successfully, but these errors were encountered: