Skip to content

Commit

Permalink
Add FDSStoryHeader
Browse files Browse the repository at this point in the history
Reviewed By: TheSavior

Differential Revision: D6945233

fbshipit-source-id: 9630a72e4a7c88ca282392c374ca88326f282713
  • Loading branch information
sahrens authored and facebook-github-bot committed Feb 13, 2018
1 parent 54870e0 commit 4d0ee37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Libraries/Image/AssetSourceResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
*/
'use strict';

export type ResolvedAssetSource = {
__packager_asset: boolean,
width: ?number,
height: ?number,
uri: string,
scale: number,
};
export type ResolvedAssetSource = {|
+__packager_asset: boolean,
+width: ?number,
+height: ?number,
+uri: string,
+scale: number,
|};

import type {PackagerAsset} from 'AssetRegistry';

Expand Down

0 comments on commit 4d0ee37

Please sign in to comment.