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.
1 parent 35d21a0 commit 89d7d7dCopy full SHA for 89d7d7d
src/components/image/index.tsx
@@ -40,7 +40,7 @@ export type ImageProps = RNImageProps & MarginModifiers & {
40
aspectRatio?: number;
41
/**
42
* 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
+ * https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/OverlaysScreen.tsx
44
*/
45
overlayType?: OverlayTypeType;
46
0 commit comments