mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 19:48:56 +08:00
Use the Config type from Metro
Reviewed By: davidaurelio Differential Revision: D5832633 fbshipit-source-id: 8e4e0e6a2907e485a5627c87161af2d0672b4f56
This commit is contained in:
committed by
Facebook Github Bot
parent
327a0dd84e
commit
2f78d19df2
@@ -15,7 +15,7 @@ const path = require('path');
|
||||
const runServer = require('./runServer');
|
||||
|
||||
import type {RNConfig} from '../core';
|
||||
import type {ConfigT} from '../util/Config';
|
||||
import type {ConfigT} from 'metro-bundler';
|
||||
import type {Args as RunServerArgs} from './runServer';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user