From 72a7107f19671e0ed6faad9201016e78860e3311 Mon Sep 17 00:00:00 2001 From: aleclarson Date: Tue, 26 Feb 2019 17:23:27 -0500 Subject: [PATCH] wip: remove RCTSecureTextField Instead, replace the backedTextInputView based on the "password" prop. --- Libraries/Components/TextInput/TextInput.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = ( -