Expose PointerEventsExample to Android

This commit is contained in:
Andrei Coman 2015-06-12 12:04:35 -07:00
parent 5efc1b48a5
commit 098a1163b1
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ var COMMON_APIS = [
require('./GeolocationExample'), require('./GeolocationExample'),
require('./LayoutExample'), require('./LayoutExample'),
require('./PanResponderExample'), require('./PanResponderExample'),
require('./PointerEventsExample'),
]; ];
if (Platform.OS === 'ios') { if (Platform.OS === 'ios') {
@ -80,7 +81,6 @@ if (Platform.OS === 'ios') {
require('./CameraRollExample.ios'), require('./CameraRollExample.ios'),
require('./LayoutEventsExample'), require('./LayoutEventsExample'),
require('./NetInfoExample'), require('./NetInfoExample'),
require('./PointerEventsExample'),
require('./PushNotificationIOSExample'), require('./PushNotificationIOSExample'),
require('./StatusBarIOSExample'), require('./StatusBarIOSExample'),
require('./TimerExample'), require('./TimerExample'),