Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Pod] Preserve header directory structure
The React code has relative imports like `#import "../React/Base/Layout.h"`. CocoaPods by default flattens the header files so they're all in a single directory, but specifying `header_mappings_dir` in the podspec preserves the directory structure.
- Loading branch information