Kill RCTWebViewExecutor

Summary: public

The WebView executor has no benefits compared to the JSC executor (slower, no extra debugging tools...),
and it's pretty hacky (since it injects the code in a script tag we have to check for tags in the comments and etc...).

Reviewed By: nicklockwood, javache

Differential Revision: D2636465

fb-gh-sync-id: 0d0f8a59e2c12fe7905b02060b3938c894d2802b
This commit is contained in:
Tadeu Zagallo
2015-11-10 05:24:54 -08:00
committed by facebook-github-bot-3
parent 2eb8068cf1
commit 0764e4ef29
5 changed files with 8 additions and 300 deletions

View File

@@ -24,7 +24,6 @@
#import "RCTUIManager.h"
#import "RCTUtils.h"
#import "RCTView.h"
#import "RCTWebViewExecutor.h"
#import "UIView+React.h"
NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotification";