mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 14:57:13 +00:00
Image: fix ARIA role
This commit is contained in:
@@ -191,9 +191,9 @@ class Image extends React.Component {
|
||||
return (
|
||||
<View
|
||||
accessibilityLabel={accessibilityLabel}
|
||||
aria-role='img'
|
||||
className={'Image'}
|
||||
component='div'
|
||||
role='img'
|
||||
style={{
|
||||
...(styles.initial),
|
||||
...resolvedStyle,
|
||||
|
||||
Reference in New Issue
Block a user