Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build process for react-native-fbsdk libraries.
Summary: I found the problem with building react-native-fbsdk (https://github.com/facebook/react-native-fbsdk) libraries when I used cocoapods. When we use the option 'header_mappings_dir = "."' , header files of React will be copied with subfolders structures, not into one folder "${PODS_ROOT}/Headers/Public/React". And we should add recursive search and write "${PODS_ROOT}/Headers/Public/React/**". However writing code in auto-generated files is not good idea. Closes facebook#3248 Reviewed By: @svcscm Differential Revision: D2528021 Pulled By: @vjeux fb-gh-sync-id: 4ea76eac4035f0bd7c5894f604f84f903714a4e3
- Loading branch information