mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 17:57:47 +00:00
[RN] Add conference navigation bar
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
46713cab3b
commit
9f3ef43daa
@@ -29,6 +29,7 @@ import { shouldDisplayTileView } from '../../../video-layout';
|
||||
|
||||
import DisplayNameLabel from './DisplayNameLabel';
|
||||
import Labels from './Labels';
|
||||
import NavigationBar from './NavigationBar';
|
||||
import styles from './styles';
|
||||
|
||||
/**
|
||||
@@ -306,6 +307,8 @@ class Conference extends Component<Props> {
|
||||
}
|
||||
</View>
|
||||
|
||||
<NavigationBar />
|
||||
|
||||
<TestConnectionInfo />
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user