Fixed UIExplorerStateTitleMap.js being .ios only
Reviewed By: foghina Differential Revision: D2977953 fb-gh-sync-id: de650f82535fa4389602ce8b743ddf0442324c87 shipit-source-id: de650f82535fa4389602ce8b743ddf0442324c87
This commit is contained in:
parent
480e9abec5
commit
29e6bac17a
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
'use strict';
|
||||
|
||||
const UIExplorerList = require('./UIExplorerList.ios');
|
||||
const UIExplorerList = require('./UIExplorerList');
|
||||
|
||||
import type {NavigationState} from 'NavigationStateUtils';
|
||||
|
||||
|
|
Loading…
Reference in New Issue