We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
positions
GradientValue
1 parent ad5949f commit f7ea40bCopy full SHA for f7ea40b
packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts
@@ -373,7 +373,7 @@ export type GradientValue = {
373
direction?: string | undefined;
374
colorStops: ReadonlyArray<{
375
color: ColorValue | null;
376
- positions?: ReadonlyArray<string[]> | undefined;
+ positions?: ReadonlyArray<string> | undefined;
377
}>;
378
};
379
0 commit comments