Skip to content

Commit a405a89

Browse files
authored
fix: include Android anchor prop in codegen spec (#1199)
1 parent 0506a82 commit a405a89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/NativeModuleSpecs/UIMenuNativeComponent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export interface NativeProps extends ViewProps {
5252
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)
5353
title?: string;
5454
themeVariant?: string;
55+
isAnchoredToRight?: boolean;
5556
shouldOpenOnLongPress?: boolean;
5657
hitSlop: {
5758
top: Int32;

0 commit comments

Comments
 (0)