mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d1e500c3b1
Summary: To properly setup the Header Search Paths for `use_frameworks!`, we need to move the files that are in the `.../nativemodule/xxx/platform/ios` folder into the `.../nativemodule/xxx/platform/ios/ReactCommon` folder. We have two folders to migrate: `core` and `sample`. As a cleanup, `sample` should be extracted from the codebase and moved to RNTester or a library as it can be used as an example to add more examples in the codebase that we ship to our users. This mimic the same folder structure we have also in `cxx` and `android` ## Changelog [iOS][Changed] Moved the files from `.../nativemodule/xxx/platform/ios` to `.../nativemodule/xxx/platform/ios/ReactCommon` Reviewed By: cortinico Differential Revision: D43082851 fbshipit-source-id: 414426274d9a5ab20cc0e76cdada0c2977264b5f