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'),