Skip to content

Commit 59a23ba

Browse files
committed
minor changes
1 parent 134b13b commit 59a23ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN
6464
*/
6565
@property (nonatomic, strong, nullable, readonly) NSObject *accessibilityElement;
6666

67-
@property (nonatomic, readwrite) facebook::react::AccessibilityLiveRegion accessibilityLiveRegion;;
67+
@property (nonatomic, readwrite) facebook::react::AccessibilityLiveRegion accessibilityLiveRegion;
6868
@property (nonatomic, readwrite) BOOL triggerLiveRegionAccessibilityAnnouncement;
6969

7070
/**

React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ - (void)updateProps:(Props::Shared const &)props oldProps:(Props::Shared const &
389389
_props = std::static_pointer_cast<ViewProps const>(props);
390390
}
391391

392-
393392
- (void)updateEventEmitter:(EventEmitter::Shared const &)eventEmitter
394393
{
395394
assert(std::dynamic_pointer_cast<ViewEventEmitter const>(eventEmitter));

0 commit comments

Comments
 (0)