mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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:
committed by
facebook-github-bot-4
parent
480e9abec5
commit
29e6bac17a
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
const UIExplorerList = require('./UIExplorerList.ios');
|
||||
const UIExplorerList = require('./UIExplorerList');
|
||||
|
||||
import type {NavigationState} from 'NavigationStateUtils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user