feat: add more accessibility labels

Adds more accessibility labels required for mobile automated testing.
This commit is contained in:
paweldomas
2017-11-28 11:50:34 -06:00
parent e4ed02815f
commit cd48ee3dbf
4 changed files with 12 additions and 1 deletions

View File

@@ -175,6 +175,8 @@ class Conference extends Component {
render() {
return (
<Container
accessibilityLabel = 'Conference'
accessible = { false }
onClick = { this._onClick }
style = { styles.conference }
touchFeedback = { false }>