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;