From 098a1163b1905b2cb3e0a36e4d75508d9a969c5e Mon Sep 17 00:00:00 2001 From: Andrei Coman Date: Fri, 12 Jun 2015 12:04:35 -0700 Subject: [PATCH] Expose PointerEventsExample to Android --- Examples/UIExplorer/UIExplorerList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorerList.js b/Examples/UIExplorer/UIExplorerList.js index 43d733506b..a8050b33b9 100644 --- a/Examples/UIExplorer/UIExplorerList.js +++ b/Examples/UIExplorer/UIExplorerList.js @@ -44,6 +44,7 @@ var COMMON_APIS = [ require('./GeolocationExample'), require('./LayoutExample'), require('./PanResponderExample'), + require('./PointerEventsExample'), ]; if (Platform.OS === 'ios') { @@ -80,7 +81,6 @@ if (Platform.OS === 'ios') { require('./CameraRollExample.ios'), require('./LayoutEventsExample'), require('./NetInfoExample'), - require('./PointerEventsExample'), require('./PushNotificationIOSExample'), require('./StatusBarIOSExample'), require('./TimerExample'),