Fix flow errors

Reviewed By: gabelevi

Differential Revision: D2796260

fb-gh-sync-id: 8425e57a313326afb6f6ae5bb8b86a569f462b06
This commit is contained in:
Nick Lockwood 2015-12-31 07:47:39 -08:00 committed by facebook-github-bot-4
parent e033898761
commit 55fe7ac9ae
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
*/
'use strict';
type ImageSource = {
export type ImageSource = {
uri: string;
};