Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Since 6th January 2024, installing dependencies failed due to
boost
, which is used byreact-native
.See issues boostorg/boost#843 and facebook/react-native#42180 for details, the second issue contains the official react-native workaround proposal.
Note: A fix should be available in
react-native
version0.72.9
which should be an easy upgrade (only the RN package version changed according to the RN Upgrade Helper and wouldn't require the workaround. However, we're using alsoreact-native-tvos
which hasn't released a fix yet so we anyway need the workaround for now.Changes
After installing the dependencies from npm, the new patch files will be applied to the installed
react-native
npm package. The patch files contain updated download locations forboost
.Checklist
CHANGELOG
entry