-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Yoga Logic Error #14686
Comments
If you run
|
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
I have the same problem after upgrading to react-native 0.46.1. Running envinfo gives me:
Note that in addition to the errors posted above, I also have the following errors in xcode: Tentative Solution: I deleted node_modules, and then reinstalled everything using yarn (instead of npm). Using the answer provided in this thread I was able to solve the 'config.h not found' error. I am currently able to build the app - however I still have the yoga logic errors (plus 110 warnings of various types). |
+1 |
Do you want to post this as a new issue? |
I'm getting the following Yoga logic errors (see attached) and they started appearing at the same time as this issue here which may or may not be unrelated. When I reduce my app down to a simple hello world the app compiles and runs fine in the simulator despite the Yoga errors showing.
The text was updated successfully, but these errors were encountered: