ide / react-native-button

A button for React apps
MIT License
772 stars 129 forks source link

Add accessibilityTraits to support screen readers #45

Closed cooperka closed 8 years ago

cooperka commented 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.

cooperka commented 8 years ago

Hi @ide, could you please merge this if you approve? It's small but useful 😉

ide commented 8 years ago

Published in 1.7.0.

cooperka commented 8 years ago

Cheers!