fix(testing): add TestHint for LargeVideo

Since the main conference container is no longer "clickable" there must
be a way for clicking on the "large video". A clickable TestHint nested
in ParticipantView makes it easier for dealing with the fact that the
click handler is not always on the same component (required for the
pinch and zoom feature to work correctly).
This commit is contained in:
paweldomas
2018-04-18 13:37:33 -05:00
committed by Дамян Минков
parent 6931b8f2fb
commit 2af76ebcf9
3 changed files with 21 additions and 4 deletions

View File

@@ -188,10 +188,7 @@ class Conference extends Component<Props> {
*/
render() {
return (
<Container
accessibilityLabel = 'Conference'
accessible = { false }
style = { styles.conference }>
<Container style = { styles.conference }>
<StatusBar
barStyle = 'light-content'
hidden = { true }