diff --git a/packages/react-native/Libraries/Components/View/ViewNativeComponent.js b/packages/react-native/Libraries/Components/View/ViewNativeComponent.js index df119f6c5edf5d..0049806e12cdff 100644 --- a/packages/react-native/Libraries/Components/View/ViewNativeComponent.js +++ b/packages/react-native/Libraries/Components/View/ViewNativeComponent.js @@ -103,6 +103,9 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = } : { uiViewClassName: 'RCTView', + validAttributes: { + visionos_hoverEffect: true, + }, }; const ViewNativeComponent: HostComponent =