From ed0ca71be0d9cceceb8dce78cd3e57f70b527a6b Mon Sep 17 00:00:00 2001 From: Andrei Coman Date: Sat, 22 Aug 2015 14:22:43 -0700 Subject: [PATCH] [SyncDiff] [react_native] Revamp text input example for oss --- .../UIExplorer/{TextInputExample.js => TextInputExample.ios.js} | 0 Examples/UIExplorer/UIExplorerList.ios.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Examples/UIExplorer/{TextInputExample.js => TextInputExample.ios.js} (100%) diff --git a/Examples/UIExplorer/TextInputExample.js b/Examples/UIExplorer/TextInputExample.ios.js similarity index 100% rename from Examples/UIExplorer/TextInputExample.js rename to Examples/UIExplorer/TextInputExample.ios.js diff --git a/Examples/UIExplorer/UIExplorerList.ios.js b/Examples/UIExplorer/UIExplorerList.ios.js index 03e7778b1..d45f4ab70 100644 --- a/Examples/UIExplorer/UIExplorerList.ios.js +++ b/Examples/UIExplorer/UIExplorerList.ios.js @@ -49,7 +49,7 @@ var COMPONENTS = [ require('./SwitchIOSExample'), require('./TabBarIOSExample'), require('./TextExample.ios'), - require('./TextInputExample'), + require('./TextInputExample.ios'), require('./TouchableExample'), require('./ViewExample'), require('./WebViewExample'),