Skip to content

Commit

Permalink
Update RCTView.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Feb 29, 2024
1 parent 0199749 commit 8d8a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/React/Views/RCTView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ - (void)displayLayer:(CALayer *)layer
RCTUpdateShadowPathForView(self);

#if !TARGET_OS_OSX // [visionOS]
RCTUpdateHoverStyleForView(self);
RCTUpdateHoverStyleForView(self);
#endif // [visionOS]

#if TARGET_OS_OSX // [macOS
Expand Down

0 comments on commit 8d8a362

Please sign in to comment.