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