We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ba987 commit 9ab29b8Copy full SHA for 9ab29b8
1 file changed
local-cli/bundle/assetPathUtils.js
@@ -10,12 +10,12 @@
10
11
function getAndroidAssetSuffix(scale) {
12
switch (scale) {
13
- case 0.75: return 'ldpi';
14
- case 1: return 'mdpi';
15
- case 1.5: return 'hdpi';
16
- case 2: return 'xhdpi';
17
- case 3: return 'xxhdpi';
18
- case 4: return 'xxxhdpi';
+ case 0.75: return 'ldpi-v4';
+ case 1: return 'mdpi-v4';
+ case 1.5: return 'hdpi-v4';
+ case 2: return 'xhdpi-v4';
+ case 3: return 'xxhdpi-v4';
+ case 4: return 'xxxhdpi-v4';
19
}
20
21
@@ -53,4 +53,4 @@ module.exports = {
53
getAndroidDrawableFolderName: getAndroidDrawableFolderName,
54
getAndroidResourceIdentifier: getAndroidResourceIdentifier,
55
getBasePath: getBasePath
56
-};
+};
0 commit comments