You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Move one instance of RCTUIView --> RCTPlatformView (#2639)
## Summary:
In general, we prefer to use `RCTPlatformView` (`#define NSView`) over
`RCTUIView` (subclass of NSView for iOS interop) as it tends to have
less "Expected NSView, but got subclass of NSView" style errors. This
changes fixes one of those errors
Copy file name to clipboardExpand all lines: packages/react-native/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/RCTLegacyViewManagerInteropComponentView.mm
0 commit comments