Whether to hide the component from assistive technologies. Defaults to
true.Hides a component from assistive technologies like VoiceOver.
.accessibilityHidden(isHidden?: boolean)
true.Image({ url: "decorative-divider.png" })
.resizable()
.accessibilityHidden()
Image({ url: "icon.png" })
.resizable()
.accessibilityHidden(isDecorative)