React-native-web: Image - alt

Created on 22 Jun 2018  路  2Comments  路  Source: necolas/react-native-web

I'm trying to pass the tag alt, for the image, but it does not work.

<Image source={img} style={{ height: 400, width: 530 }} alt='City' />

Can this problem be solved for the SEO?

Most helpful comment

Use accessibilityLabel

All 2 comments

Use accessibilityLabel

It support Only iOS :(

Was this page helpful?
0 / 5 - 0 ratings