Function getOtherAspectRatios
getOtherAspectRatios( aspectR: | AspectRatioSpec | (
"square" | "very-tall" | "tall" | "wide" | "very-wide")
[],): (
"square" | "very-tall" | "tall" | "wide" | "very-wide")
[] Parameters
- aspectR: AspectRatioSpec | ("square" | "very-tall" | "tall" | "wide" | "very-wide")[]
Returns ("square" | "very-tall" | "tall" | "wide" | "very-wide")[]
Returns a list of AspectRatios that are not covered by the given aspect ratio specification. See OnLayoutOptions for accepted formats.
Returns an empty for "" or for a specification that includes all aspect ratios.