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
Expand Up @@ -12,13 +12,13 @@
*/ */
'use strict'; 'use strict';


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


import type {PackagerAsset} from 'AssetRegistry'; import type {PackagerAsset} from 'AssetRegistry';


Expand Down

0 comments on commit 4d0ee37

Please sign in to comment.