Expose PointerEventsExample to Android

This commit is contained in:
Andrei Coman 2015-06-12 12:04:35 -07:00
Родитель 5efc1b48a5
Коммит 098a1163b1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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