force accessibilityIgnoresInvertColors

This commit is contained in:
Viktor Sarström 2021-05-12 11:45:48 +02:00 committed by GitHub
parent 784d772e82
commit 3225777e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { Image as ImageBase, ImageStyle, StyleProp } from 'react-native'
interface ImageProps {
src: string
style: StyleProp<ImageStyle>
accessibilityIgnoresInvertColors?: boolean
accessibilityIgnoresInvertColors: boolean
}
export const Image = ({