mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2fd50882b5
Summary: This PR fixes build failure caused by duplicate libc++_shared.so, because dependencies (like Flipper) might include one in addition to RN. ## Changelog [Android] [Changed] - fix build failure due to duplicate libc++_shared.so Pull Request resolved: https://github.com/facebook/react-native/pull/27417 Test Plan: Create a project from master, then build and run. Build will fail without the patch, and succeed with the patch. Differential Revision: D18827583 Pulled By: mdvacca fbshipit-source-id: 1272cedd299278403f87215c36aaf58217eae3c5