-
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
Please remove unused imports. Problems with upgrade to RN 0.57.0 #412
Comments
Thanks for the heads up. The latest ViroReact release is compatible with RN 0.55.1 but this information will help others who are on 0.57 |
Looking forward to RN 0.57.0 support. I'm relying on the latest RN release since it fixes a critical bug in my app. |
You can add this
in your |
@kesha-antonov would you mind explaining what that line does? or point me to some docs about how you came up with that? |
@Jnguy142 it's a simple bash command that uses the |
@kesha-antonov How did you solve the issue of resolving |
I've had no errors with vrx files. It just works |
Hi, i had to upgrade to react-native 0.57 too. Here is a list of all components with the unused normalizeColor import:
A fix for the next release would be great. |
Hi, We've removed references to unused normalizeColor internally. That should reflect in our next release. In the meantime please use the bash command put together by @kesha-antonov here. Will update here once the next release is out. |
It's fixed in latest release |
How to fix it on Android? |
Environment
Please provide the following information about your environment:
Description
import normalizeColor from "react-native/Libraries/StyleSheet/normalizeColor"
causes fail to build
I needed to comment out those lines.
Also I've seen few unused imports. Please remove them.
Or maybe you have open source repo for Viro so I can create a PR?
The text was updated successfully, but these errors were encountered: