feat(native-participants-pane) added showHeaderWithNavigation prop to JitsiModal and created close button

This commit is contained in:
Calin Chitu
2021-05-14 19:03:23 +03:00
committed by Hristo Terezov
parent e0a2320d75
commit 6597bfc2aa
9 changed files with 77 additions and 17 deletions

View File

@@ -33,7 +33,8 @@ class HelpView extends PureComponent<Props> {
headerProps = {{
headerLabelKey: 'helpView.header'
}}
modalId = { HELP_VIEW_MODAL_ID }>
modalId = { HELP_VIEW_MODAL_ID }
showHeaderWithNavigation = { true }>
<WebView source = {{ uri: this.props._url }} />
</JitsiModal>
);