Skip to content

Commit

Permalink
Fix imports when fabric is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Jun 19, 2023
1 parent 34014f6 commit 97369b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/fabric-tester/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ SPEC CHECKSUMS:
EXManifests: 37a0bb3514806cf432f6538fcc9825107fc23436
Expo: 64f946f27e2d1fddba37bded5a5d0e8766037af6
expo-dev-client: b9a1eefeb4c93677753c734ad72072db3404caf9
expo-dev-launcher: 0e2b74bffd7eccfe60a45233a3dd43dc6e58a71b
expo-dev-launcher: cda3234858250ffff253e9da82d471b7e009c062
expo-dev-menu: 9e06bed7ce084d77f5a63a4510529684f177328c
expo-dev-menu-interface: f74523f940ba5306b0d2f37a488a77b44d57f572
ExpoAppleAuthentication: 7bdf1a2962ebfe9b00eb4183a17b78d736e57185
Expand Down
6 changes: 2 additions & 4 deletions packages/expo-dev-menu/ios/DevClientAppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#import <React/RCTBundleURLProvider.h>
#import <React/RCTRuntimeExecutorFromBridge.h>
#import <React/RCTCxxBridgeDelegate.h>
#import <react/renderer/runtimescheduler/RuntimeScheduler.h>
#if __has_include(<React_RCTAppDelegate/RCTAppSetupUtils.h>)
// for importing the header from framework, the dash will be transformed to underscore
#import <React_RCTAppDelegate/RCTAppSetupUtils.h>
Expand All @@ -19,12 +21,8 @@
#import <React/RCTSurfacePresenterBridgeAdapter.h>
#import <ReactCommon/RCTTurboModuleManager.h>
#import <react/config/ReactNativeConfig.h>
#import <React/RCTCxxBridgeDelegate.h>


#import <react/renderer/runtimescheduler/RuntimeScheduler.h>
#import <react/renderer/runtimescheduler/RuntimeSchedulerCallInvoker.h>
#import <React-RCTAppDelegate/RCTAppDelegate.h>

@interface DevClientAppDelegate () <RCTTurboModuleManagerDelegate> {
std::shared_ptr<const facebook::react::ReactNativeConfig> _reactNativeConfig;
Expand Down

0 comments on commit 97369b6

Please sign in to comment.