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