Skip to content

Commit af5d7fc

Browse files
Update types.ts
Signed-off-by: Little Meow <atoms-rhombus.3n@icloud.com>
1 parent 064925b commit af5d7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export type Failure = {
5757

5858
export interface TurboImageProps extends AccessibilityProps, ViewProps {
5959
source: Source;
60-
style: StyleProp<ImageStyle>;
60+
style: StyleProp<ViewStyle>;
6161
resizeMode?: ResizeMode;
6262
indicator?: Indicator;
6363
placeholder?: Partial<Placeholder>;

0 commit comments

Comments
 (0)