mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 13:02:32 +00:00
feat(native-participants-pane) added showHeaderWithNavigation prop to JitsiModal and created close button
This commit is contained in:
committed by
Hristo Terezov
parent
e0a2320d75
commit
6597bfc2aa
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user