Skip to content

Commit 89d7d7d

Browse files
authored
Update index.tsx (#919)
1 parent 35d21a0 commit 89d7d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/image/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export type ImageProps = RNImageProps & MarginModifiers & {
4040
aspectRatio?: number;
4141
/**
4242
* The type of overly to place on top of the image. Note: the image MUST have proper size, see examples in:
43-
* https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/OverlaysScreen.js
43+
* https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/OverlaysScreen.tsx
4444
*/
4545
overlayType?: OverlayTypeType;
4646
/**

0 commit comments

Comments
 (0)