-
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
Installing yoga 0.0.0 podspec not using versions #48107
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
The Yoga version built as part of RN is versioned independently of OSS Yoga releases (its whatever commit matches in the monorepo). So it makes sense that it doesn't snap to Yoga public versions. I'm not sure if there is any consequence of it not e.g. snapping to RN versions though (like if that has any potential to cause stale build or the like). There was also some recent change to expose the headers from Yoga to full app, which may get weird if another library brings in public version of Yoga for its own use. |
Closing as answered |
I guess the consequence could be when looking at the podfile if someone required yoga at a specific version it could pull in the public version on top of the react native version even if they were equivalent. To me it just looks weird having a 0.0.0 version install. Makes sense though if this is not a direct copy of the public library. Thanks for clarifying 👍 |
Description
Yogo podspec seems to be using 0.0.0 for its version when yoga 3.x.x is expected for react native 0.74.5 to 0.76.3. Is this expected for the podspec to have a 0.0.0 version?
Steps to reproduce
React Native Version
0.76.3
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
The text was updated successfully, but these errors were encountered: