mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 18:25:06 +00:00
Fixed TextInput.blur()
Reviewed By: helouree Differential Revision: D2704065 fb-gh-sync-id: a4f5aa9c9b4fcb7980eb85289d16982840a980bd
This commit is contained in:
parent
dd5bb96e44
commit
94f126ddbf
@ -425,6 +425,11 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||
[_textView reactDidMakeFirstResponder];
|
||||
}
|
||||
|
||||
- (BOOL)resignFirstResponder
|
||||
{
|
||||
return [_textView resignFirstResponder];
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[super layoutSubviews];
|
||||
|
Loading…
x
Reference in New Issue
Block a user