diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index d8347363f40816..9ba6b34694bfd5 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -830,7 +830,7 @@ class InternalTextInput extends React.Component { if (this._inputRef) { this._inputRef.focus(); } - } + }; if (Platform.OS === 'android') { // On Android this needs to be executed in a rAF callback // otherwise the keyboard opens then closes immediately.