File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/react-native/React/Fabric/Mounting/ComponentViews/View Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,6 @@ - (void)updateProps:(const Props::Shared &)props oldProps:(const Props::Shared &
424424 if (oldViewProps.accessibilityElementsHidden != newViewProps.accessibilityElementsHidden ) {
425425 self.accessibilityElement .accessibilityElementsHidden = newViewProps.accessibilityElementsHidden ;
426426 }
427- #endif // [macOS]
428427
429428 // `accessibilityShowsLargeContentViewer`
430429 if (oldViewProps.accessibilityShowsLargeContentViewer != newViewProps.accessibilityShowsLargeContentViewer ) {
@@ -445,6 +444,7 @@ - (void)updateProps:(const Props::Shared &)props oldProps:(const Props::Shared &
445444 self.largeContentTitle = RCTNSStringFromStringNilIfEmpty (newViewProps.accessibilityLargeContentTitle );
446445 }
447446 }
447+ #endif // [macOS]
448448
449449 // `accessibilityTraits`
450450 if (oldViewProps.accessibilityTraits != newViewProps.accessibilityTraits ) {
You can’t perform that action at this time.
0 commit comments