-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
(update) Install watchman w/ --HEAD to avoid error #630
Conversation
We have it in the troubleshooting page. @wez is it long before you update brew recipe? |
I'll probably submit the PR to brew this weekend (I want to get in a change that will remove a launchd subscription when you At that point we should probably suggest that the minimum recommended watchman version to use is 3.1, so maybe we can tweak this PR to indicate that instead of the HEAD install? |
Cool, I'll pull this now and hope that master on watchman will continue to be stable until we publish 3.1. |
(update) Install watchman w/ --HEAD to avoid error
Cool, thanks! |
Summary: If we have a values already set to undefined and set it to undefined again, we invalidate the layout. This change takes this case into account and keeps the layout valid. Fixes #630 Closes facebook/yoga#648 Differential Revision: D6408013 Pulled By: emilsjolander fbshipit-source-id: dc2a848d84d3de9f4650fac9e41d7c8169446406
Summary: If we have a values already set to undefined and set it to undefined again, we invalidate the layout. This change takes this case into account and keeps the layout valid. Fixes facebook#630 Closes facebook/yoga#648 Differential Revision: D6408013 Pulled By: emilsjolander fbshipit-source-id: dc2a848d84d3de9f4650fac9e41d7c8169446406
Summary: If we have a values already set to undefined and set it to undefined again, we invalidate the layout. This change takes this case into account and keeps the layout valid. Fixes facebook#630 Closes facebook/yoga#648 Differential Revision: D6408013 Pulled By: emilsjolander fbshipit-source-id: dc2a848d84d3de9f4650fac9e41d7c8169446406
… microsoft/react-native-windows (facebook#630) * Update Podfile.lock * Move TurboModule/winrt * Delete entries in RNTester-macOS * Add podspec * ... * ... * ... * ... * ... * Use the correct podfile * ... * Build Succeeded * ... * Update RNW.podspec * ... * ... * ... * Some CocoaPods related fixes (facebook#2) * [podspec] Fix syntax error * [podfile] Specify local files using `:path` option * [podspec] Fix commit hash and source dirname * ... * Split -MacOS to -WinRTShared and -WinRTPort * Fix dependency from RNW to folly * Finished RNW.podspec * Remove unnecessary config * Update Podfile.lock Co-authored-by: Eloy Durán <eloy.de.enige@gmail.com>
Updated the docs for installing watchman with --HEAD per @wez suggestion in this issue thread #239