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 &
424
424
if (oldViewProps.accessibilityElementsHidden != newViewProps.accessibilityElementsHidden ) {
425
425
self.accessibilityElement .accessibilityElementsHidden = newViewProps.accessibilityElementsHidden ;
426
426
}
427
- #endif // [macOS]
428
427
429
428
// `accessibilityShowsLargeContentViewer`
430
429
if (oldViewProps.accessibilityShowsLargeContentViewer != newViewProps.accessibilityShowsLargeContentViewer ) {
@@ -445,6 +444,7 @@ - (void)updateProps:(const Props::Shared &)props oldProps:(const Props::Shared &
445
444
self.largeContentTitle = RCTNSStringFromStringNilIfEmpty (newViewProps.accessibilityLargeContentTitle );
446
445
}
447
446
}
447
+ #endif // [macOS]
448
448
449
449
// `accessibilityTraits`
450
450
if (oldViewProps.accessibilityTraits != newViewProps.accessibilityTraits ) {
You can’t perform that action at this time.
0 commit comments