You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Thanks for this plugin.
I found few things didn't mentioned in the documentation.
The order is important inside metadata.choice (at least for the choosing resolution).
So it is matter to have it in a right order. From less resolution to highest.
Correct:
metadata: {
choice: ["@1x.json", "@2x.json"]
}
Incorrect:
metadata: {
choice: ["@2x.json", "@1x.json"]
}
in a second way it will load 1x for resolution 2.
If you are using detectExtensions method, you have to use suffix "@1x" ("@2x" etc), you cannot use "@x1", "@x2" etc.
The text was updated successfully, but these errors were encountered:
GreenishFlow
changed the title
Documentation enhancement
Documentation enhancements
Mar 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for this plugin.
I found few things didn't mentioned in the documentation.
So it is matter to have it in a right order. From less resolution to highest.
Correct:
metadata: {
choice: ["@1x.json", "@2x.json"]
}
Incorrect:
metadata: {
choice: ["@2x.json", "@1x.json"]
}
in a second way it will load 1x for resolution 2.
The text was updated successfully, but these errors were encountered: