From 8d651a0353ceb8aadd58e992daf39d020457c994 Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Mon, 13 Apr 2015 04:12:45 -0700 Subject: [PATCH] [ReactNative] Sort UIExplorer examples --- .../{ResponderExample.js => PanResponderExample.js} | 0 Examples/UIExplorer/UIExplorerList.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Examples/UIExplorer/{ResponderExample.js => PanResponderExample.js} (100%) diff --git a/Examples/UIExplorer/ResponderExample.js b/Examples/UIExplorer/PanResponderExample.js similarity index 100% rename from Examples/UIExplorer/ResponderExample.js rename to Examples/UIExplorer/PanResponderExample.js diff --git a/Examples/UIExplorer/UIExplorerList.js b/Examples/UIExplorer/UIExplorerList.js index cee61af87..308249572 100644 --- a/Examples/UIExplorer/UIExplorerList.js +++ b/Examples/UIExplorer/UIExplorerList.js @@ -39,8 +39,8 @@ var COMPONENTS = [ require('./ListViewExample'), require('./ListViewPagingExample'), require('./MapViewExample'), - require('./NavigatorIOSExample'), NavigatorExample, + require('./NavigatorIOSExample'), require('./PickerIOSExample'), require('./ScrollViewExample'), require('./SliderIOSExample'), @@ -64,10 +64,10 @@ var APIS = [ require('./GeolocationExample'), require('./LayoutExample'), require('./NetInfoExample'), + require('./PanResponderExample'), require('./PointerEventsExample'), require('./PushNotificationIOSExample'), require('./StatusBarIOSExample'), - require('./ResponderExample'), require('./TimerExample'), require('./VibrationIOSExample'), ];