From 29e6bac17a48949810d187e08ab12702f83a5126 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 25 Feb 2016 14:54:57 -0800 Subject: [PATCH] Fixed UIExplorerStateTitleMap.js being .ios only Reviewed By: foghina Differential Revision: D2977953 fb-gh-sync-id: de650f82535fa4389602ce8b743ddf0442324c87 shipit-source-id: de650f82535fa4389602ce8b743ddf0442324c87 --- Examples/UIExplorer/UIExplorerStateTitleMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorerStateTitleMap.js b/Examples/UIExplorer/UIExplorerStateTitleMap.js index 137a7cac6..c4be82bc7 100644 --- a/Examples/UIExplorer/UIExplorerStateTitleMap.js +++ b/Examples/UIExplorer/UIExplorerStateTitleMap.js @@ -15,7 +15,7 @@ */ 'use strict'; -const UIExplorerList = require('./UIExplorerList.ios'); +const UIExplorerList = require('./UIExplorerList'); import type {NavigationState} from 'NavigationStateUtils';