Skip to content

Commit 2079076

Browse files
committed
fix: hoverEffect for bridgeless mode (#92)
1 parent 83095d2 commit 2079076

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-native/Libraries/Components/View/ViewNativeComponent.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
103103
}
104104
: {
105105
uiViewClassName: 'RCTView',
106+
validAttributes: {
107+
visionos_hoverEffect: true,
108+
},
106109
};
107110

108111
const ViewNativeComponent: HostComponent<Props> =

0 commit comments

Comments
 (0)