Skip to content

Commit

Permalink
[fabric] Fix missing import
Browse files Browse the repository at this point in the history
Summary: See title

Test Plan: Build RNTester

Reviewers: shawndempsey, chpurrer, #rn-desktop

Reviewed By: shawndempsey

Differential Revision: https://phabricator.intern.facebook.com/D49924996
  • Loading branch information
Nick Lefever authored and Saadnajmi committed Nov 15, 2024
1 parent 410f4d8 commit bdf34ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
#import <react/utils/ManagedObjectWrapper.h>
#import "RCTLegacyViewManagerInteropCoordinatorAdapter.h"

#if TARGET_OS_OSX // [macOS
#import <React/RCTView.h>
#endif // macOS]

using namespace facebook::react;

static NSString *const kRCTLegacyInteropChildComponentKey = @"childComponentView";
Expand Down

0 comments on commit bdf34ca

Please sign in to comment.