Use the Config type from Metro

Reviewed By: davidaurelio

Differential Revision: D5832633

fbshipit-source-id: 8e4e0e6a2907e485a5627c87161af2d0672b4f56
This commit is contained in:
Christoph Nakazawa
2017-09-15 04:55:29 -07:00
committed by Facebook Github Bot
parent 327a0dd84e
commit 2f78d19df2
6 changed files with 25 additions and 170 deletions

View File

@@ -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';
/**