Rename RCTContextExecutor to RCTJSCExecutor

Summary:
public

Rename the executor to so it actually says something about the implementation.

Reviewed By: jspahrsummers, nicklockwood

Differential Revision: D2759688

fb-gh-sync-id: 5b1ac447e75109fbbc2ee71c804710d9926785aa
This commit is contained in:
Tadeu Zagallo
2015-12-16 02:49:27 -08:00
committed by facebook-github-bot-4
parent f8c125c64b
commit 809627379b
11 changed files with 47 additions and 50 deletions

View File

@@ -85,7 +85,7 @@ extern NSString *const RCTContentDidAppearNotification;
/**
* The class of the RCTJavaScriptExecutor to use with this view.
* If not specified, it will default to using RCTContextExecutor.
* If not specified, it will default to using RCTJSCExecutor.
* Changes will take effect next time the bundle is reloaded.
*/
@property (nonatomic, strong) Class executorClass;