Closed cooperka closed 8 years ago
Using accessibilityTraits="button" allows screen readers like Voiceover or TalkBack to behave more appropriately. See the React Native or Apple guides for more info.
accessibilityTraits="button"
Hi @ide, could you please merge this if you approve? It's small but useful 😉
Published in 1.7.0.
Cheers!
Using
accessibilityTraits="button"
allows screen readers like Voiceover or TalkBack to behave more appropriately. See the React Native or Apple guides for more info.