mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-12 22:39:06 +08:00
Replace RCTJSCWrapper with JSCWrapper from ReactCommon
Reviewed By: mhorowitz Differential Revision: D4204516 fbshipit-source-id: 6bcb122daf2848035dfae404ee7a2e9aca0f8087
This commit is contained in:
committed by
Facebook Github Bot
parent
fc23101b43
commit
f2a46b17d4
@@ -9,15 +9,16 @@
|
||||
|
||||
#import "RCTJavaScriptLoader.h"
|
||||
|
||||
#import <sys/stat.h>
|
||||
|
||||
#import <cxxreact/JSBundleType.h>
|
||||
#import <jschelpers/JavaScriptCore.h>
|
||||
|
||||
#import "RCTBridge.h"
|
||||
#import "RCTConvert.h"
|
||||
#import "RCTJSCWrapper.h"
|
||||
#import "RCTUtils.h"
|
||||
#import "RCTPerformanceLogger.h"
|
||||
#import "RCTMultipartDataTask.h"
|
||||
|
||||
#include <cxxreact/JSBundleType.h>
|
||||
#include <sys/stat.h>
|
||||
#import "RCTPerformanceLogger.h"
|
||||
#import "RCTUtils.h"
|
||||
|
||||
NSString *const RCTJavaScriptLoaderErrorDomain = @"RCTJavaScriptLoaderErrorDomain";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user