Commit d4d09ac
authored
## 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
1 parent ab14261 commit d4d09ac
File tree
1 file changed
+1
-1
lines changed- packages/react-native/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments