1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <React/RCTRootView.h>
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 /**
8  EXDeferredRCTRootView is a special no-op class for expo-updates to defer bridge creation until `EXUpdatesAppController` finishing setup.
9  */
10 @interface EXDeferredRCTRootView : RCTRootView
11 
12 @end
13 
14 NS_ASSUME_NONNULL_END
15