зеркало из https://github.com/microsoft/rnx-kit.git
fix(react-native-host): remove unused header (#3413)
This commit is contained in:
Родитель
f4b22e111c
Коммит
b763270c6f
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@rnx-kit/react-native-host": patch
|
||||
---
|
||||
|
||||
Remove unused header (and maybe fix building with statically linked frameworks)
|
|
@ -1,10 +1,6 @@
|
|||
#import "RNXTurboModuleAdapter.h"
|
||||
|
||||
#include "FollyConfig.h"
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wcomma"
|
||||
#import <cxxreact/JSExecutor.h>
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#if USE_FABRIC
|
||||
#import <React/CoreModulesPlugins.h>
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#import "ReactNativeHost.h"
|
||||
|
||||
#include "FollyConfig.h"
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wcomma"
|
||||
#import <cxxreact/JSExecutor.h>
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#import <React/RCTBridge.h>
|
||||
#import <React/RCTBundleURLProvider.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче