diff --git a/React/Base/RCTRootView.h b/React/Base/RCTRootView.h index ba1fe8712..de5908974 100644 --- a/React/Base/RCTRootView.h +++ b/React/Base/RCTRootView.h @@ -83,13 +83,6 @@ extern NSString *const RCTContentDidAppearNotification; */ @property (nonatomic, copy, readwrite) NSDictionary *appProperties; -/** - * The class of the RCTJavaScriptExecutor to use with this view. - * If not specified, it will default to using RCTJSCExecutor. - * Changes will take effect next time the bundle is reloaded. - */ -@property (nonatomic, strong) Class executorClass; - /** * The size flexibility mode of the root view. */