From 9b162d76594fb5f7c38314cb3bd132eb7af373cb Mon Sep 17 00:00:00 2001 From: Krzysztof Magiera Date: Thu, 9 Jul 2015 00:42:45 -0700 Subject: [PATCH] [ReactNative] Add support for onLayout View property. --- 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 47707f4e4..16b597cfe 100644 --- a/Examples/UIExplorer/UIExplorerList.js +++ b/Examples/UIExplorer/UIExplorerList.js @@ -38,6 +38,7 @@ var createExamplePage = require('./createExamplePage'); var COMMON_COMPONENTS = [ require('./ImageExample'), + require('./LayoutEventsExample'), require('./ListViewExample'), require('./ListViewPagingExample'), require('./MapViewExample'), @@ -81,7 +82,6 @@ if (Platform.OS === 'ios') { require('./AsyncStorageExample'), require('./BorderExample'), require('./CameraRollExample.ios'), - require('./LayoutEventsExample'), require('./NetInfoExample'), require('./PushNotificationIOSExample'), require('./StatusBarIOSExample'),