Skip to content

Commit fc94f95

Browse files
yancoutofacebook-github-bot
authored andcommitted
Enable RCTDevLoadingView with another flag
Reviewed By: javache Differential Revision: D8723591 fbshipit-source-id: 196cecd73ba0e1a1d34ec9a775cf03a25f352401
1 parent 781f181 commit fc94f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: React/DevSupport/RCTDevLoadingView.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import "RCTModalHostViewController.h"
1515
#import "RCTUtils.h"
1616

17-
#if RCT_DEV
17+
#if RCT_DEV | RCT_ENABLE_LOADING_VIEW
1818

1919
static BOOL isEnabled = YES;
2020

0 commit comments

Comments
 (0)