Enable RCTDevLoadingView with another flag

Reviewed By: javache

Differential Revision: D8723591

fbshipit-source-id: 196cecd73ba0e1a1d34ec9a775cf03a25f352401
This commit is contained in:
Yan Soares Couto 2018-07-09 03:21:05 -07:00 committed by Facebook Github Bot
parent 781f181610
commit fc94f95962
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#import "RCTModalHostViewController.h"
#import "RCTUtils.h"
#if RCT_DEV
#if RCT_DEV | RCT_ENABLE_LOADING_VIEW
static BOOL isEnabled = YES;