Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/expo-go/ios/Client/EXRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ - (void)_completeTransitionToViewController:(UIViewController *)viewController
self.contentViewController = viewController;

if (isShowingApp && appRecord.appManager.reactHost) {
[[DevMenuManager shared] updateCurrentBridge:[RCTBridge currentBridge]];
[[DevMenuManager shared] updateCurrentManifest:appRecord.appLoader.manifest manifestURL:appRecord.appLoader.manifestUrl];

DevMenuConfiguration *config = [DevMenuManager shared].configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,8 @@ - (void)_handleJavaScriptLoadEvent:(NSNotification *)notification
_hasHostEverLoaded = YES;
[_versionManager hostFinishedLoading:self.reactHost];

// Update expo-dev-menu with the current bridge and manifest
// Update expo-dev-menu with the manifest
if ([self enablesDeveloperTools]) {
[[DevMenuManager shared] updateCurrentBridge:[RCTBridge currentBridge]];
[[DevMenuManager shared] updateCurrentManifest:_appRecord.appLoader.manifest
manifestURL:_appRecord.appLoader.manifestUrl];
}
Expand Down
Loading
Loading