Replace RCTJSCWrapper with JSCWrapper from ReactCommon

Reviewed By: mhorowitz

Differential Revision: D4204516

fbshipit-source-id: 6bcb122daf2848035dfae404ee7a2e9aca0f8087
This commit is contained in:
Pieter De Baets
2016-11-23 11:33:44 -08:00
committed by Facebook Github Bot
parent fc23101b43
commit f2a46b17d4
15 changed files with 790 additions and 382 deletions

View File

@@ -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";