zio/stable
Paul Frazee 2023-10-30 17:08:07 -07:00
parent dbbd71c6d0
commit 1acf4969c5
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ export function AutoSizedImage({
if (onPress || onLongPress || onPressIn) {
return (
// disable a11y rule because in this case we want the tags on the image (#1640)
// eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors
<Pressable
onPress={onPress}
onLongPress={onLongPress}