Files
react-native/packages
Sharif Mahmoud 4c781e4fbd Fix HEADER_SEARCH_PATHS for RuntimeExecutor when USE_FRAMEWORKS is enabled (#53099)
Summary:
`#include <ReactCommon/RuntimeExecutor.h>` stopped working in react-native 0.81 when using frameworks because it is not part of ReactCommon anymore when the split happened for iOS.

to fix this I am including RuntimeExecutor in search headers same way we include ReactCommon.

## Changelog:

[IOS] [FIXED] - Fix import RuntimeExecutor.h with USE_FRAMEWORKS

Pull Request resolved: https://github.com/facebook/react-native/pull/53099

Test Plan:
You can enable USE_FRAMEWORKS and do `#include <react/renderer/uimanager/UIManager.h>` (which react-native-reanimated is doing).
Build will fail complaining that it can't find ReactCommon/RuntimeExecutor.h which is included in UIManager.h
Add my patch, it will work and build successfully

Reviewed By: cortinico

Differential Revision: D79796637

Pulled By: cipolleschi

fbshipit-source-id: f8bb669cfb9f4414653655ed98d2cc6bb431a3e5
2025-08-27 09:27:57 +00:00
..
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00
2025-08-12 09:47:45 +00:00