mirror of
https://github.com/status-im/react-native.git
synced 2025-01-23 16:00:37 +00:00
TextInput: Actual reactAccessibilityElement
implementation
Summary: Because of some rebase issue `reactAccessibilityElement` was implemented with old invalid name, which breaks some accessibility features. Reviewed By: mmmulani Differential Revision: D5458283 fbshipit-source-id: 1e66a2f54c1f1a85118c9432b68895679a10059c
This commit is contained in:
parent
94b6cda8a7
commit
42d6323fe0
@ -237,7 +237,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithFrame:(CGRect)frame)
|
||||
|
||||
#pragma mark - Accessibility
|
||||
|
||||
- (UIView *)reactAccessibleView
|
||||
- (UIView *)reactAccessibilityElement
|
||||
{
|
||||
return self.backedTextInputView;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user