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 e5e0d11 commit ab91e43Copy full SHA for ab91e43
packages/rn-tester/js/examples/Image/ImageExample.js
@@ -1245,6 +1245,20 @@ exports.examples = [
1245
);
1246
},
1247
1248
+ {
1249
+ title: 'Accessibility Label via alt prop',
1250
+ description:
1251
+ 'Using the alt prop markes an element as being accessibile, and passes the alt text to accessibilityLabel',
1252
+ render: function (): React.Node {
1253
+ return (
1254
+ <Image
1255
+ alt="Picture of people standing around a table"
1256
+ source={fullImage}
1257
+ style={styles.base}
1258
+ />
1259
+ );
1260
+ },
1261
1262
{
1263
title: 'Fade Duration',
1264
description:
0 commit comments