From e87bea464b88ca11f9f02c31c5ed8df6f44abcb3 Mon Sep 17 00:00:00 2001 From: Emilio Rodriguez Date: Wed, 1 Jun 2016 06:57:43 -0700 Subject: [PATCH] Replaced old password prop with secureTextEntry Summary: Closes https://github.com/facebook/react-native/pull/7783 Differential Revision: D3371521 Pulled By: javache fbshipit-source-id: f442b549e6fc8c2c8e5ec12f32185bfabafbdd81 --- Examples/UIExplorer/TextInputExample.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/TextInputExample.ios.js b/Examples/UIExplorer/TextInputExample.ios.js index 1f2e83d2e6a..a3bae1d4629 100644 --- a/Examples/UIExplorer/TextInputExample.ios.js +++ b/Examples/UIExplorer/TextInputExample.ios.js @@ -524,7 +524,7 @@ exports.examples = [ return ( - + );