Fixed TextInput.blur()

Reviewed By: helouree

Differential Revision: D2704065

fb-gh-sync-id: a4f5aa9c9b4fcb7980eb85289d16982840a980bd
This commit is contained in:
Nick Lockwood 2015-11-30 13:37:37 -08:00 committed by facebook-github-bot-2
parent dd5bb96e44
commit 94f126ddbf

View File

@ -425,6 +425,11 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
[_textView reactDidMakeFirstResponder];
}
- (BOOL)resignFirstResponder
{
return [_textView resignFirstResponder];
}
- (void)layoutSubviews
{
[super layoutSubviews];