Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
cf57a12b16
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      react/features/conference/components/native/Conference.js

+ 3
- 1
react/features/conference/components/native/Conference.js View File

@@ -41,6 +41,7 @@ import { WebView } from 'react-native-webview';
41 41
 // import { Wview_v1 } from '../../../../../mdev/wview/wv1';
42 42
 import { Wview_v1 } from '../../../../../mdev/wv0';
43 43
 import { Text } from '../../../base/react';
44
+import * as rn_capscreen from '../../../../../../mdev/rn_capscreen';
44 45
 // import { Wview_v1 } from '../../../../../../mdev/wview/wv1';
45 46
 // import { Wview_v1 } from '../../../../mdev/wview/wv1';
46 47
 
@@ -192,12 +193,13 @@ class Conference extends AbstractConference<Props, *> {
192 193
             ></WebView>*/
193 194
         return (
194 195
             <Container style = { {...styles.conference,...conference_style} }>
196
+            <Text>HI there</Text>
197
+            <rn_capscreen.ModalExample></rn_capscreen.ModalExample>
195 198
                 <StatusBar
196 199
                     barStyle = 'light-content'
197 200
                     hidden = { _fullscreenEnabled }
198 201
                     translucent = { _fullscreenEnabled } />
199 202
                 { this._renderContent() }
200
-            <Text>HI there</Text>
201 203
             <Wview_v1 style = { conference_style_v1 }></Wview_v1>
202 204
             </Container>
203 205
         );

Loading…
Cancel
Save