iOS changes to switch to JSI

Summary:
change RCTCxxBridge to use JSIExecutorFactory+JSCRuntime
instead of JSCExecutorFactory.  Also remove JSC usage from RN in other
files.  This allows deleting files, too, which is done further down
the stack.

Reviewed By: RSNara

Differential Revision: D9369111

fbshipit-source-id: 67ef3146e3abe5244b6cf3249a0268598f91b277
This commit is contained in:
Marc Horowitz
2018-10-18 00:47:05 -07:00
committed by Facebook Github Bot
parent 6796e62bb3
commit c49d3653ef
19 changed files with 26 additions and 254 deletions

View File

@@ -7,8 +7,6 @@
#import <objc/runtime.h>
#import <JavaScriptCore/JavaScriptCore.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTInvalidating.h>