diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 932d1a7ad2..b882151146 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -665,9 +665,8 @@ const TextInput = createReactClass({ } } } - var TextField = props.password ? RCTSecureTextField : RCTSinglelineTextInputView; textContainer = ( -