From 47d42e3ee8798a6f7b5a76220fa7cf787297ef6b Mon Sep 17 00:00:00 2001 From: empyrical Date: Mon, 3 Sep 2018 13:13:20 -0600 Subject: [PATCH] Add DeltaBundler's Flow types to flow config --- flow-github/metro.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flow-github/metro.js b/flow-github/metro.js index 03992f6ed83fe9..8b0bc7dab414e0 100644 --- a/flow-github/metro.js +++ b/flow-github/metro.js @@ -36,6 +36,10 @@ declare module 'metro/src/DeltaBundler' { declare module.exports: any; } +declare module 'metro/src/DeltaBundler/types.flow.js' { + declare module.exports: any; +} + declare module 'metro/src/ModuleGraph/types.flow.js' { declare module.exports: any; }