From 55fe7ac9ae418d07b62af28ef80e0aa07b5277dc Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Thu, 31 Dec 2015 07:47:39 -0800 Subject: [PATCH] Fix flow errors Reviewed By: gabelevi Differential Revision: D2796260 fb-gh-sync-id: 8425e57a313326afb6f6ae5bb8b86a569f462b06 --- Libraries/Image/ImageSource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Image/ImageSource.js b/Libraries/Image/ImageSource.js index 66ae67c72..963192ea2 100644 --- a/Libraries/Image/ImageSource.js +++ b/Libraries/Image/ImageSource.js @@ -11,6 +11,6 @@ */ 'use strict'; -type ImageSource = { +export type ImageSource = { uri: string; };