|
@@ -191,10 +191,10 @@ class Conference extends AbstractConference<Props, *> {
|
191
|
191
|
/* <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
192
|
192
|
style = {webview_style}
|
193
|
193
|
></WebView>*/
|
|
194
|
+ // <rn_capscreen.ModalExample></rn_capscreen.ModalExample>
|
|
195
|
+ // <Text>HI there</Text>
|
194
|
196
|
return (
|
195
|
197
|
<Container style = { {...styles.conference,...conference_style} }>
|
196
|
|
- <Text>HI there</Text>
|
197
|
|
- <rn_capscreen.ModalExample></rn_capscreen.ModalExample>
|
198
|
198
|
<StatusBar
|
199
|
199
|
barStyle = 'light-content'
|
200
|
200
|
hidden = { _fullscreenEnabled }
|