There was an error while loading. Please reload this page.
1 parent d6f04a5 commit fd76ad6Copy full SHA for fd76ad6
1 file changed
packages/components/Callout/src/CalloutNativeComponent.macos.ts
@@ -7,5 +7,6 @@ export const Commands: CalloutNativeCommands = codegenNativeCommands<CalloutNati
7
supportedCommands: ['blurWindow', 'focusWindow'],
8
});
9
10
-// no fabric for Win32, just use requireNativeComponent
11
-export default requireNativeComponent<NativeProps>('RCTCallout') as CalloutComponentType;
+// no fabric for macOS, just use requireNativeComponent
+// macOS uses FRNCallout (registered by FRNCalloutManager), not RCTCallout
12
+export default requireNativeComponent<NativeProps>('FRNCallout') as CalloutComponentType;
0 commit comments