mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
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:
committed by
facebook-github-bot-3
parent
2eb8068cf1
commit
0764e4ef29
@@ -24,7 +24,6 @@
|
||||
#import "RCTUIManager.h"
|
||||
#import "RCTUtils.h"
|
||||
#import "RCTView.h"
|
||||
#import "RCTWebViewExecutor.h"
|
||||
#import "UIView+React.h"
|
||||
|
||||
NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotification";
|
||||
|
||||
Reference in New Issue
Block a user