Skip to content

Commit

Permalink
bug fix res/drawable
Browse files Browse the repository at this point in the history
facebook#5787
 Original is here. The version qualifier may be implied
  • Loading branch information
iiitmahesh authored Apr 23, 2017
1 parent 88a6398 commit b3b68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/bundle/assetPathUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type {PackagerAsset} from '../../Libraries/Image/AssetRegistry';
function getAndroidAssetSuffix(scale: number): string {
switch (scale) {
case 0.75: return 'ldpi';
case 1: return 'mdpi';
case 1: return 'mdpi-v4';
case 1.5: return 'hdpi';
case 2: return 'xhdpi';
case 3: return 'xxhdpi';
Expand Down

0 comments on commit b3b68ca

Please sign in to comment.