From 42cbc55f5f2c64fa2ed0cacaf3c8f8991fad6137 Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Fri, 15 Apr 2016 02:27:26 -0700 Subject: [PATCH] Change returnKeyType in AutoExpandingTextInput example Summary:This change will change the returnKeyType to be "return" instead of being "done" since this example is trying to provide a example of a auto growing text input multiple use-case. It makes that the return key says just return in order to expand the input instead of done which does not really show the use of multiline. Closes https://github.com/facebook/react-native/pull/6991 Differential Revision: D3184157 fb-gh-sync-id: dd0c21433009600d3cc585b941b089cab4895e7a fbshipit-source-id: dd0c21433009600d3cc585b941b089cab4895e7a --- 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 8d6627a90..fdf4daca1 100644 --- a/Examples/UIExplorer/TextInputExample.ios.js +++ b/Examples/UIExplorer/TextInputExample.ios.js @@ -695,7 +695,7 @@ exports.examples = [ );