Files
react-native/Libraries
gazoudoudou 27cfba2882 Remove useless additionnal blur call (#22156)
Summary:
I noticed that the _onBlur method was not exactly similar to the _onFocus one in the TextInput component.

After digging, I found that the blurTextInput method in the TextInputState.js file was call twice in a raw instead of once when the textinput component should blur.

By removing this line, I fix this unecessary multiple call.
Pull Request resolved: https://github.com/facebook/react-native/pull/22156

Reviewed By: TheSavior

Differential Revision: D13105396

Pulled By: RSNara

fbshipit-source-id: 8e83461d8b288d8ee4047bc4a33c4480e193c349
2018-11-19 18:53:56 -08:00
..
2018-11-16 10:43:16 -08:00
2018-11-05 05:40:35 -08:00
2018-11-05 13:57:47 -08:00
2018-10-31 01:37:26 -07:00
2018-11-16 10:43:16 -08:00
2018-10-31 01:37:26 -07:00
2018-09-27 14:18:31 -07:00