Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Dec 14, 2022
1 parent 134b13b commit 59a23ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, strong, nullable, readonly) NSObject *accessibilityElement;

@property (nonatomic, readwrite) facebook::react::AccessibilityLiveRegion accessibilityLiveRegion;;
@property (nonatomic, readwrite) facebook::react::AccessibilityLiveRegion accessibilityLiveRegion;
@property (nonatomic, readwrite) BOOL triggerLiveRegionAccessibilityAnnouncement;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ - (void)updateProps:(Props::Shared const &)props oldProps:(Props::Shared const &
_props = std::static_pointer_cast<ViewProps const>(props);
}


- (void)updateEventEmitter:(EventEmitter::Shared const &)eventEmitter
{
assert(std::dynamic_pointer_cast<ViewEventEmitter const>(eventEmitter));
Expand Down

0 comments on commit 59a23ba

Please sign in to comment.