From e1d7af929f5c7cc7221e8448846e3433882cff17 Mon Sep 17 00:00:00 2001 From: joaqo Date: Tue, 26 May 2026 11:01:58 -0300 Subject: [PATCH] fix: add Android anchor prop to codegen spec --- src/NativeModuleSpecs/UIMenuNativeComponent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NativeModuleSpecs/UIMenuNativeComponent.ts b/src/NativeModuleSpecs/UIMenuNativeComponent.ts index e6509355..fc929a39 100644 --- a/src/NativeModuleSpecs/UIMenuNativeComponent.ts +++ b/src/NativeModuleSpecs/UIMenuNativeComponent.ts @@ -52,6 +52,7 @@ export interface NativeProps extends ViewProps { actionsHash: string; // just a workaround to make sure we don't have to manually compare MenuActions manually in C++ (since it's a struct and that's a pain) title?: string; themeVariant?: string; + isAnchoredToRight?: boolean; shouldOpenOnLongPress?: boolean; hitSlop: { top: Int32;