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 6410527 commit 44da077Copy full SHA for 44da077
types/index.d.ts
@@ -4125,6 +4125,14 @@ export interface ImagePropsBase
4125
* A static image to display while downloading the final image off the network.
4126
*/
4127
defaultSource?: ImageURISource | number | undefined;
4128
+
4129
+ /**
4130
+ * The text that's read by the screen reader when the user interacts with
4131
+ * the image.
4132
+ *
4133
+ * See https://reactnative.dev/docs/image#alt
4134
+ */
4135
+ alt?: string | undefined;
4136
}
4137
4138
export interface ImageProps extends ImagePropsBase {
0 commit comments