mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43864 This change tries to vendor boost. It has several sustainable benefits: - Reduce the download time to download boost - Reduce the time to install pods - Reduce the time to build the project - Protects us from SEVs due to boost download link being down (happened twice already) - Fixes how we build boost: currently it is a pseudo-target in iOS with no code, this makes all the symbols weak and this does not plays nicely with the new Apple linker. ## Changelog: [Internal] - Vendor boost from React Native Reviewed By: cortinico Differential Revision: D55742345 fbshipit-source-id: 75abb5a2875e949b3dae299d2e18cb648c46151e