Skip to content

Commit

Permalink
fix: hoverEffect for bridgeless mode (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Feb 6, 2024
1 parent 3a530f6 commit c127c51
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
}
: {
uiViewClassName: 'RCTView',
validAttributes: {
visionos_hoverEffect: true,
},
};

const ViewNativeComponent: HostComponent<Props> =
Expand Down

0 comments on commit c127c51

Please sign in to comment.